@hypersign-dev/hypersign-ui
v0.5.2
Published
This project contains React components, icons, and typography for building applications across Hypersign.
Downloads
471
Keywords
Readme
Hypersign UI (Component Library)
This project contains React components, icons, and typography for building applications across Hypersign.
Development
We are currently using Storybook for development and testing of components.
- Be sure to install dependencies with
npm install
- Run the Storybook server with
npm run storybook
- Running the Storybook server will also run
npm run storybook:css
, which overrides theindex.css
file with any used tailwind classes in the project. This is necessary for all styles to take effect.
Also, TailwindCSS is being used for all styling. Within Hypersign UI, all styling with Tailwind classes are prefixed with ui-
:
<div className="ui-flex ui-flex-col ui-gap-1">...</div>
Deployment
We're working on it!