Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hahow/hahow-design
[DEPRECATED] Hahow Design System
https://github.com/hahow/hahow-design
component-library design-system pattern-library visual-testing
Last synced: about 4 hours ago
JSON representation
[DEPRECATED] Hahow Design System
- Host: GitHub
- URL: https://github.com/hahow/hahow-design
- Owner: hahow
- License: mit
- Created: 2019-04-16T06:59:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T10:00:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T17:58:02.368Z (17 days ago)
- Topics: component-library, design-system, pattern-library, visual-testing
- Language: JavaScript
- Homepage:
- Size: 8.13 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Hahow Design
A [Hahow for Business](https://business.hahow.in) React UI library.
[![GitHub Actions][build-badge]][build]
[![GitHub Actions][build-percy-badge]][build-percy]
[![npm package][npm-badge]][npm]
[![bundlephobia][bundlephobia-badge]][bundlephobia]
[![Netlify Status][netlify-badge]][netlify]
[![This project is using Percy.io for visual regression testing.][percy-badge]][percy][![Open in Visual Studio Online][vso-badge]][vso]
## Table of Contents
- [Installation](#Installation)
- [Usage](#Usage)
- [Support](#Support)
- [Contributing](#Contributing)
- [License](#License)## Installation
```bash
npm install @hahow/hahow-design --save
```## Usage
```jsx
import { Button } from '@hahow/hahow-design';const App = () => (
Click Me
);
```See more components [https://hahow.design](https://hahow.design).
## Support
Please [open an issue](https://github.com/hahow/hahow-design/issues/new) for support.
## Contributing
Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/hahow/hahow-design/compare/).
See more [CONTRIBUTING](/CONTRIBUTING.md).
## License
[MIT](/LICENSE) © [Hahow 好學校](https://github.com/hahow/)
[build-badge]: https://github.com/hahow/hahow-design/workflows/CI%2FCD/badge.svg
[build]: https://github.com/hahow/hahow-design/actions?query=workflow%3A%22CI%2FCD%22[build-percy-badge]: https://github.com/hahow/hahow-design/workflows/Percy/badge.svg
[build-percy]: https://github.com/hahow/hahow-design/actions?query=workflow%3A%22Percy%22[npm-badge]: https://img.shields.io/npm/v/@hahow/hahow-design.png
[npm]: https://www.npmjs.org/package/npm-package[bundlephobia-badge]: https://img.shields.io/bundlephobia/minzip/@hahow/hahow-design
[bundlephobia]: https://bundlephobia.com/result?p=@hahow/hahow-design[netlify-badge]: https://api.netlify.com/api/v1/badges/52756309-7c5b-48e1-a03a-8472c4862f29/deploy-status
[netlify]: https://app.netlify.com/sites/stupefied-brattain-0173bb/deploys[percy-badge]: https://percy.io/static/images/percy-badge.svg
[percy]: https://percy.io/Hahow/hahow-design[vso-badge]: https://img.shields.io/endpoint?style=social&url=https%3A%2F%2Faka.ms%2Fvso-badge
[vso]: https://online.visualstudio.com/environments/new?name=Hahow%20Design&repo=hahow/hahow-design