mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
feat(design-system): add space stories
This commit is contained in:
parent
4a4015f765
commit
f7e2d1afef
1 changed files with 14 additions and 0 deletions
14
src/design-system/atoms/space/Space.stories.tsx
Normal file
14
src/design-system/atoms/space/Space.stories.tsx
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
import { Space as SpaceComponent } from "./Space";
|
||||||
|
import * as React from "react";
|
||||||
|
|
||||||
|
export default {
|
||||||
|
title: "Atoms",
|
||||||
|
};
|
||||||
|
|
||||||
|
export const Space = () => (
|
||||||
|
<>
|
||||||
|
hello world
|
||||||
|
<SpaceComponent />
|
||||||
|
but im over here
|
||||||
|
</>
|
||||||
|
);
|
Loading…
Add table
Reference in a new issue