1.0.1 • Published 3 years ago

design-system-ws v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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
1.0.1

3 years ago

1.0.0

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago