@hahow/hahow-design
v0.14.0
Published
hahow-design React component
Downloads
11
Readme
A Hahow for Business React UI library.
Table of Contents
Installation
npm install @hahow/hahow-design --save
Usage
import { Button } from '@hahow/hahow-design';
const App = () => (
<Button>Click Me</Button>
);
See more components https://hahow.design.
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
See more CONTRIBUTING.