Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

🚀 Blazing fast React Ui library with Hooks :atom:

Awesome Lists containing this project

README

        

a


🚀 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
Piyush Mehta

💻
Tilak
Tilak

💻 🎨
Vinay Biradar
Vinay Biradar

💻
Meer Sawood
Meer Sawood

📓

## License
[MIT](http://opensource.org/licenses/MIT)