diff --git a/docs/README.md b/docs/README.md index f3c1f5d..f67e770 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,6 +10,14 @@ +Now with "RTL" option + + + + + ## License This project is licensed under the MIT license. See the [LICENSE file](https://github.com/LucasLeandro1204/vue-content-loading/blob/master/LICENSE) for more details. diff --git a/docs/guide.md b/docs/guide.md index ef91825..1ff4ef6 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -42,13 +42,14 @@ Now you can use it just like you use any other vue component =) All presets accept the props below, but they *may* have other custom props -| Prop | Type | Default | Description | -|:---------:|:------:|:-------:|:----------------:| -| speed | Number | 2 | Animation speed | -| width | Number | 400 | Width component | -| height | Number | 150 | Height component | -| primary | String | #f0f0f0 | SVG Background | -| secondary | String | #e0e0e0 | Animation color | +| Prop | Type | Default | Description | +|:---------:|:-------:|:-------:|:----------------:| +| rtl | Boolean | false | RTL version | +| speed | Number | 2 | Animation speed | +| width | Number | 400 | Width component | +| height | Number | 150 | Height component | +| primary | String | #f0f0f0 | SVG Background | +| secondary | String | #e0e0e0 | Animation color | Color props are required to be *HEX* with a proper pound sign ('#') as its prefix.