mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
feat(UI): add initial server picker
This commit is contained in:
parent
d4e8e8330a
commit
e758c09fbf
19 changed files with 319 additions and 12 deletions
13
src/design-system/atoms/collapse/Collapse.stories.tsx
Normal file
13
src/design-system/atoms/collapse/Collapse.stories.tsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { SmallTitle } from 'roleypoly/design-system/atoms/typography';
|
||||
import { Collapse } from './Collapse';
|
||||
|
||||
export default {
|
||||
title: 'Atoms/Collapse',
|
||||
component: Collapse,
|
||||
};
|
||||
|
||||
export const collapse = (args) => (
|
||||
<SmallTitle>
|
||||
Hello, <Collapse {...args}>small</Collapse> world!
|
||||
</SmallTitle>
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue