Skip to content

Commit e890a33

Browse files
committed
chore: updated github pages
1 parent 9c7ea02 commit e890a33

29 files changed

+5443
-5570
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[DEMO](https://luxdamore.github.io/vue-css-doodle)
44

5-
> Porting of css-doodle to VueJs
5+
> Porting of css-doodle to VueJs, a web component for drawing patterns with CSS
66
77
[![npm version][npm-version-src]][npm-version-href]
88
[![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
140140
| use | String | null | false | Check the [DOCS](https://css-doodle.com/#usage) |
141141
| height | String | null | false | Height of the doodle |
142142
| 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% |
143147
| clickToUpdate | Boolean | false | false | Refresh on click |
144148
| overflowHidden | Boolean | false | false | Hide the overflow |
145149
| 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
185189

186190
#### 💘 Inspired by
187191

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)

TODO.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
# TODO
2-
3-
- activate onMobile?
4-
- mix-blend? ex. [codepen](https://codepen.io/uchardon/pen/rNawzN)
5-
- button data-mix-blend?

0 commit comments

Comments
 (0)