Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 4 years ago)
- Last Synced: 2024-10-07T10:41:32.874Z (3 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
[![Build Status](https://travis-ci.org/zapify-ui/zapify.svg?branch=Staging)](https://travis-ci.org/zapify-ui/zapify)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/zapify-ui/zapify/blob/Staging/LICENSE)
[![npm version](https://badge.fury.io/js/zapify-ui.svg)](https://badge.fury.io/js/zapify-ui)
[![Netlify Status](https://api.netlify.com/api/v1/badges/71ceb923-c95d-413d-9519-30c7931fc134/deploy-status)](https://app.netlify.com/sites/zapify/deploys)
![Dependencies](https://david-dm.org/zapify-ui/zapify.svg)
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)
[![GitHub stars](https://img.shields.io/github/stars/zapify-ui/zapify)](https://github.com/zapify-ui/zapify/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/zapify-ui/zapify)](https://github.com/zapify-ui/zapify/network)
[![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://zapify-ui.github.io/zapify)
[![Maintainability](https://api.codeclimate.com/v1/badges/c42c480d78c0db5ca8e2/maintainability)](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)