1.0.2 • Published 4 years ago

maplecomponent v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

MapleUI component library

Build Status

Component Presentation: https://jchen897.github.io/MapleUI

Please try to install the component library

npm install vikingship --save

How to import

// Load Styles
import 'vikingship/dist/index.css'
// Import Component
import { Button } from 'vikingship'

Local Development

npm run storybook

npm test

npm run build

npm run publish