npm install @hahow/hahow-design --save
import { Button } from '@hahow/hahow-design';
const App = () => (
<Button>Click Me</Button>
);
See more components https://hahow.design.
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
See more CONTRIBUTING.