aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/loaders/spinner.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Spinner componentArmand Philippot2023-10-241-48/+0
| | | | | | | * Message should be set as children * Default message is no longer available (depending on use case, the consumer might prefer aria-label instead) * It is now possible to define the message position
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-1/+1
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* chore: add a Spinner componentArmand Philippot2022-04-041-0/+48