https://github.com/zapify-ui/zapify
🚀 Blazing fast React Ui library with Hooks :atom:
https://github.com/zapify-ui/zapify
component docker eslint git github hooks javascript library mehta msrit npm piyush piyush97 react ui yarn zapify zapify-ui
Last synced: 15 days ago
JSON representation
🚀 Blazing fast React Ui library with Hooks :atom:
- Host: GitHub
- URL: https://github.com/zapify-ui/zapify
- Owner: zapify-ui
- License: mit
- Archived: true
- Created: 2019-07-29T18:59:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T16:15:23.000Z (over 4 years ago)
- Last Synced: 2025-02-20T05:18:36.531Z (about 2 months ago)
- Topics: component, docker, eslint, git, github, hooks, javascript, library, mehta, msrit, npm, piyush, piyush97, react, ui, yarn, zapify, zapify-ui
- Language: JavaScript
- Homepage: https://zapify-ui.github.io
- Size: 2.2 MB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-blazingly-fast - zapify - 🚀 Blazing fast React Ui library with Hooks :atom: (JavaScript)
README
🚀 Blazing fast react Ui library with Hooks 🚀
Status Badges
[](https://travis-ci.org/zapify-ui/zapify)
[](https://github.com/zapify-ui/zapify/blob/Staging/LICENSE)
[](https://badge.fury.io/js/zapify-ui)
[](https://app.netlify.com/sites/zapify/deploys)

[](#contributors)
[](https://github.com/zapify-ui/zapify/stargazers)
[](https://github.com/zapify-ui/zapify/network)
[](https://zapify-ui.github.io/zapify)
[](https://codeclimate.com/github/zapify-ui/zapify/maintainability)## Installation
``` npm install zapify-ui```## Basic Usage
In the following example, you can see how to import ```ZapBar``` component
### With default Props```jsx
import React from 'react';
import ReactDOM from 'react-dom';
import {ZapBar} from 'zapify-ui';ReactDOM.render(
,
document.getElementById('app')
);
```### with custom Props
```jsx
import React from 'react';
import ReactDOM from 'react-dom';
import {ZapBar} from 'zapify-ui';
ReactDOM.render(
,
document.getElementById('app')
);
```## Contributing
You are more than welcome to make contributions to the project! See the [CONTRIBUTING.md](https://github.com/zapify-ui/zapify/blob/master/CONTRIBUTING.md).## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Piyush Mehta
💻
Tilak
💻 🎨
Vinay Biradar
💻
Meer Sawood
📓
## License
[MIT](http://opensource.org/licenses/MIT)