A set of components for H2O App development
npm install h2o-libraryA set of components for H2O App development.
``bash
npm install h2o-library
yarn add h2o-library
`
import css files into your project
trough css file
`css`
@import "h2o-library/dist/styles/index.css";
trough js/ts file
`tsx`
import "h2o-library/dist/styles/index.css";
and use components like so
`tsx``
import { Button } from "h2o-library";
refer to the docs for more information