@hexhive/ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.1-alpha.120 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @hexhive/ui

Weekly Downloads

172

Version

1.0.1-alpha.120

License

ISC

Unpacked Size

1.08 MB

Total Files

1062

Last publish

Collaborators

  • thetechcompany