-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix README typos and grammatical errors #478
docs: fix README typos and grammatical errors #478
Conversation
libs/ngu/carousel/README.md
Outdated
| `vertical.enabled` | boolean | optional | This option enable the `vertical` direction | | ||
| `vertical.height` | boolean | optional | This option is used to set the height of the carousel | | ||
| `animation` | string | optional | It is used to animate the sliding items. currently it only supports `lazy`. more coming soon and also with custom CSS animation option | | ||
| `custom` | string | optional | It is you to define the purpose of the carousel. Currently, it only supports `banner`, but more options are coming soon, including custom CSS animation option. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| custom
| string | optional | It is you to define the purpose of the carousel. Currently, it only supports banner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure will update it
README.md
Outdated
| `custom` | string | optional | It is you to define the purpose of the carousel. currently it only supports `banner`. more coming soon and also with custom css animation option | | ||
| `RTL` | boolean | optional | This option enable the `rtl` direction and act as rtl. By default it is `ltr` | | ||
| `animation` | string | optional | It is used to animate the sliding items. currently it only supports `lazy`. more coming soon and also with custom CSS animation option | | ||
| `custom` | string | optional | It is you to define the purpose of the carousel. Currently, it only supports `banner`, but more options are coming soon, including custom CSS animation option. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| custom
| string | optional | It is you to define the purpose of the carousel. Currently, it only supports banner
.
01ce423
to
176aeb2
Compare
Hey @santoshyadavdev , was reading through the README file, found few typo's hence dropped a pr to fix those. Lemme know if any changes needed.