summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/buttons/help-button.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: complete Storybook storiesArmand Philippot2022-05-211-8/+0
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-3/+14
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: use a consistent classname prop and avoid children propArmand Philippot2022-04-081-2/+2
| | | | | | | | I was using the FunctionComponent type for some component that do not use children. So I change the type to VoidFunctionComponent to avoid mistakes. I also rename all the "classes" or "additionalClasses" props to "className" to keep consistency between each components.
* chore: add a SelectWithTooltip componentArmand Philippot2022-04-071-0/+28
|
* chore: add a HelpButton componentArmand Philippot2022-04-061-0/+16
I also added a new shape to the button base.