Add storybook
This commit is contained in:
parent
658424efa0
commit
87e5cafb77
5 changed files with 9386 additions and 61 deletions
14
src/Header.stories.jsx
Normal file
14
src/Header.stories.jsx
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import React from "react";
|
||||
import { Header, LeftNav, RightNav } from "./Header";
|
||||
|
||||
export default {
|
||||
title: "Header",
|
||||
component: Header,
|
||||
};
|
||||
|
||||
export const Home = () => (
|
||||
<Header>
|
||||
<LeftNav></LeftNav>
|
||||
<RightNav></RightNav>
|
||||
</Header>
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue