Skip to content

Commit b57f561

Browse files
committed
docs: updated props
1 parent 541bef7 commit b57f561

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ This package is available on npm.
150150
| use | String | null | false | Value of `use-attr` |
151151
| height | String | null | false | Height of the doodle |
152152
| width | String | null | false | Width of the doodle |
153-
| mxAuto | Boolean | false | false | Add `margin-left|right-auto` to the doodle |
154-
| fitWidth | Boolean | false | false | Force the doodle to fit in a `max-width` |
155-
| fitHeight | Boolean | false | false | Force the doodle to fit in a `max-height` |
156-
| fillHeight | Boolean | false | false | Expand the doodle to an `height of 100%` |
157-
| clickToUpdate | Boolean | false | false | Refresh on click |
158-
| overflowHidden | Boolean | false | false | Add `overflow-hidden` to the container |
153+
| mx-auto | Boolean | false | false | Add `margin-left|right-auto` to the doodle |
154+
| fit-width | Boolean | false | false | Force the doodle to fit in a `max-width` |
155+
| fit-height | Boolean | false | false | Force the doodle to fit in a `max-height` |
156+
| fill-height | Boolean | false | false | Expand the doodle to an `height of 100%` |
157+
| click-to-update | Boolean | false | false | Refresh on click |
158+
| overflow-hidden | Boolean | false | false | Add `overflow-hidden` to the container |
159159
| absolute | Boolean | false | false | Set position to `absolute` |
160160

161161
Check the [DOCS for more information](https://css-doodle.com/#usage).

0 commit comments

Comments
 (0)