[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 813 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 813 Bytes

HiveUI

Get Started

yarn add @hexhive/ui
import { ColorDot } from '@hexhive/ui';

return (
    <ColorDot size={5} color={'red'} />
)

Documentation

Each component has a README.md in it's folder explaining usage and props

Storybook

Contributing

git clone https://github.com/TheTechCompany/HiveUI
cd HiveUI
yarn
yarn storybook
  • Create a branch feat/component
  • Create a folder under views/ modals/ or components/ containing the module logic
  • Create a test for the component is src/tests
  • Create a storybook file named $Component.stories.tsx in the parent folder for the module

Make a pull request to staging once your component is ready for integration, merges to master will be done on a weekly basis or as needed