1.0.1 • Published 3 years ago

heydays-ui v1.0.1

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

hey-ui

NPM Bundle size Checks Popular language

Component library built with React and Styled components mainly for use for Heydays.

Install

yarn add heydays-ui

or with npm

npm i heydays-ui

Development

You need to start the bundler for the package, and start the example app.

yarn start
cd example && yarn start

Usage

import React from 'react'

import { Button } from 'hey-ui'

const MyComp = () => {
  return (
    <div>
      <Button>Click me</Button>
    </div>
  )
}

License

MIT © mittnavnermike

1.0.1

3 years ago

1.0.0

3 years ago