1.0.1 • Published 5 years ago
design-system-ws v1.0.1
Design System - WS
A simple design system built using styled-components and storybook.
Installation
- npm:
npm install design-system-ws - yarn:
yarn add design-system-ws
Example
import { Button } from 'design-system-ws'
function MyComponent() {
return (
<Button>
Click here
</Button>
)
}
export default MyComponent