|
2 | 2 |
|
3 | 3 | [DEMO](https://luxdamore.github.io/vue-css-doodle) |
4 | 4 |
|
5 | | -> Porting of css-doodle to VueJs |
| 5 | +> Porting of css-doodle to VueJs, a web component for drawing patterns with CSS |
6 | 6 |
|
7 | 7 | [![npm version][npm-version-src]][npm-version-href] |
8 | 8 | [![npm downloads][npm-downloads-src]][npm-downloads-href] |
@@ -140,6 +140,10 @@ _Use it just one time in the main file of your project or in every views where y |
140 | 140 | | use | String | null | false | Check the [DOCS](https://css-doodle.com/#usage) | |
141 | 141 | | height | String | null | false | Height of the doodle | |
142 | 142 | | width | String | null | false | Width of the doodle | |
| 143 | +| mxAuto | Boolean | false | false | Add margin-auto to the doodle | |
| 144 | +| fitWidth | Boolean | false | false | Force the doodle to fit in a max-width | |
| 145 | +| fitHeight | Boolean | false | false | Force the doodle to fit in a max-height | |
| 146 | +| fillHeight | Boolean | false | false | Expand the doodle to an height of 100% | |
143 | 147 | | clickToUpdate | Boolean | false | false | Refresh on click | |
144 | 148 | | overflowHidden | Boolean | false | false | Hide the overflow | |
145 | 149 | | absolute | Boolean | false | false | Set position: absolute | |
@@ -185,4 +189,6 @@ Do you want to share a beer? We can be good friends.. __[Paypal](https://www.pay |
185 | 189 |
|
186 | 190 | #### 💘 Inspired by |
187 | 191 |
|
188 | | -[Css-Doodle](https://css-doodle.com) |
| 192 | +A web component for drawing patterns with CSS, [css-doodle](https://css-doodle.com) |
| 193 | + |
| 194 | +> Check the full list of doodle on Codepen, [here](https://codepen.io/collection/XyVkpQ) |
0 commit comments