h2o-library
v1.7.0
Published
A set of components for H2O App development
Readme
H2O Library
A set of components for H2O App development.
Installation
npm install h2o-library
# or
yarn add h2o-libraryUsage
import css files into your project
trough css file
@import "h2o-library/dist/styles/index.css";trough js/ts file
import "h2o-library/dist/styles/index.css";and use components like so
import { Button } from "h2o-library";refer to the docs for more information
