mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
feat(design-system): port most of ui atoms to bazel monorepo and new storybook
This commit is contained in:
parent
a5e2fdc7a7
commit
72ea639c5d
108 changed files with 13650 additions and 53 deletions
11
src/design-system/atoms/breakpoints/Breakpoints.stories.tsx
Normal file
11
src/design-system/atoms/breakpoints/Breakpoints.stories.tsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
import * as React from "react";
|
||||
import { BreakpointDebugTool } from "./DebugTool";
|
||||
import { BreakpointsProvider } from "./BreakpointProvider";
|
||||
|
||||
export default {
|
||||
title: "Atoms/Breakpoints",
|
||||
decorators: [(story) => <BreakpointsProvider>{story()}</BreakpointsProvider>],
|
||||
component: BreakpointDebugTool,
|
||||
};
|
||||
|
||||
export const DebugTool = () => <BreakpointDebugTool />;
|
Loading…
Add table
Add a link
Reference in a new issue