Skip to content

Commit

Permalink
feat(components): new loader enum
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeIlLeone committed Oct 13, 2023
1 parent 09dbab1 commit e0f298a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/plugins/modules/components/Loader.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ const { Loader } = components;
### Enums
| Enum | Description |
| ------------- | ----------------------------------------------------------------------------------------------------------------- |
| `Loader.Type` | Loader types <br />`WANDERING_CUBES` \| `CHASING_DOTS` \| `PULSING_ELLIPSIS` \| `SPINNING_CIRCLE` \| `LOW_MOTION` |
| Enum | Description |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| `Loader.Type` | Loader types <br />`WANDERING_CUBES` \| `CHASING_DOTS` \| `PULSING_ELLIPSIS` \| `SPINNING_CIRCLE` \| `SPINNING_CIRCLE_SIMPLE` \| `LOW_MOTION` |
### Props
:::info
The props of this component extend the attributes of the `span` element, or `div` if
`Loader.Type.SPINNING_CIRCLE` type is used.
`Loader.Type.SPINNING_CIRCLE` or `Loader.Type.SPINNING_CIRCLE_SIMPLE` type is used.
:::
Expand Down

0 comments on commit e0f298a

Please sign in to comment.