| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: use named export for everything except pages | Armand Philippot | 2023-09-20 | 1 | -6/+4 |
| | | | | | | | 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: add an aria label to code blocks | Armand Philippot | 2022-06-07 | 1 | -0/+13 |
| | | | | | | Prism is adding a tabindex to code blocks, so I think an aria label can help screen reader users to identify the tabbed content. | ||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 1 | -8/+0 |
| | | |||||
| * | chore: add a Code component | Armand Philippot | 2022-04-19 | 1 | -0/+118 |
