Provider
The Provider component is used to provide a context to all components in the tree.
RuruProvider
The RuruProvider component is used to provide a context to all components in the tree.
props
| name | type | default | description |
|---|---|---|---|
| children | ReactNode | - | The children to render. |
| togleThemeAnimation | boolean | false | Enable or disable the theme animation. |
| disableAnimation | boolean | false | Enable or disable the animation. |

