aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/footer.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): add Article, Aside, Footer, Header, Main & NavArmand Philippot2023-10-241-90/+0
| | | | | Some components have been renamed to be able to create Footer, Header and Nav.
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-1/+1
| | | | | | Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements.
* chore: listen scroll to hide/show back to top buttonArmand Philippot2022-05-171-8/+13
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-3/+14
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a Footer componentArmand Philippot2022-04-121-0/+74