Skip to content

Commit

Permalink
docs(web): readme imrovements
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordech committed Jun 2, 2024
1 parent 8b38213 commit b7c1162
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/dynamic-grid-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ The `mrd-dynamic-grid` component is a web component built with LitElement that a

## Installation

To use the `MrdDynamicGridElement` component, you can install it via npm:
To use the `mrd-dynamic-grid` component, you can install it via npm:

```bash
npm install @mordech/dynamic-grid-core @mordech/dynamic-grid-element
npm install @mordech/dynamic-grid-web
```

## Usage

To use the `MrdDynamicGridElement` component, you can import it and use it like any other web component:
To use the `mrd-dynamic-grid` component, you can import it and use it like any other web component:

```html
<!doctype html>
Expand Down Expand Up @@ -40,7 +40,7 @@ To use the `MrdDynamicGridElement` component, you can import it and use it like

## Attributes

The `MrdDynamicGridElement` component accepts the following attributes:
The `mrd-dynamic-grid` component accepts the following attributes:

- `minColumnWidth` (required): The minimum width of each column. This can be any valid CSS length value in `rem` or `px`, such as `200px` or `10rem`.
- `gridType` (optional): The type of grid to use. This can be either `auto-fill` or `auto-fit`. Defaults to `auto-fill`.
Expand Down

0 comments on commit b7c1162

Please sign in to comment.