✨(frontend) add storybook to react repo
Add storybook for the react repo, this will make developing components enjoyable ! It can also serve as a single source of thruth.
This commit is contained in:
4
packages/react/.storybook/preview-head.html
Normal file
4
packages/react/.storybook/preview-head.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<link rel='stylesheet' type='text/css' href='/src/index.scss'>
|
||||
<script>
|
||||
window.global = window;
|
||||
</script>
|
||||
Reference in New Issue
Block a user