@arcofine/sepaq-design-system
Advanced tools
Design system boilerplate
Weekly downloads
Readme
Open the source code and start editing!
Open the learnstorybook-design-system
directory in your code editor of choice and building your first component!
export const fontUrl = 'YOUR_GLOBAL_FONT_URL'
```
2. ** Open .storybook/preview.js ** # Add those lines ```javascript
import React from 'react';
import { GlobalStyle } from '../src/shared/global';
export const decorators = [
Story => (
<>
<GlobalStyle />
<Story />
</>
),
];
```
Design system boilerplate
The npm package @arcofine/sepaq-design-system receives a total of 6 weekly downloads. As such, @arcofine/sepaq-design-system popularity was classified as not popular.
We found that @arcofine/sepaq-design-system demonstrated a healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.