/roshub-design-system

Primary LanguageTypeScriptOtherNOASSERTION

L's React Component Template

What's included:

  1. storybook Storybook
  2. typescript
  3. styled-system
  4. auto-changelog
  5. styled-components

Available Scripts

See package.json

Deploy Instructions

yarn dist
cd dist
npm publish

Example

import { Footer } from 'lrct/components/Footer'

render(<Footer>Hello</Footer>)