Skip to content

πŸš€ Blazing fast React Ui library with Hooks :atom:

License

Notifications You must be signed in to change notification settings

anupriya0703/zapify

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

a

πŸš€ Blazing fast react Ui library with Hooks πŸš€

Status Badges

Build Status GitHub license npm version Netlify Status Dependencies All Contributors GitHub stars GitHub forks Storybook Maintainability

Installation

npm install zapify-ui

Basic Usage

In the following example, you can see how to import ZapBar component

With default Props

import React from 'react';
import ReactDOM from 'react-dom';
import {ZapBar} from 'zapify-ui';

ReactDOM.render(
  <ZapBar />,
  document.getElementById('app')
);

with custom Props

import React from 'react';
import ReactDOM from 'react-dom';
import {ZapBar} from 'zapify-ui';
ReactDOM.render(
    <ZapBar
      color="#f0f0f0"
      linkColor="#692478"
      links={[
        { name: "Link 1", url: "www.piyushmehta.com" },
        { name: "Link 2", url: "www.piyushmehta.com" }
      ]}
      logoColor="#be1e6b"
      title="Brand Name"
    />,
  document.getElementById('app')
);

Contributing

You are more than welcome to make contributions to the project! See the CONTRIBUTING.md.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Piyush Mehta
Piyush Mehta

πŸ’»
Tilak
Tilak

πŸ’» 🎨
Vinay Biradar
Vinay Biradar

πŸ’»
Meer Sawood
Meer Sawood

πŸ““
harshraj24
harshraj24

🎨

License

MIT

About

πŸš€ Blazing fast React Ui library with Hooks :atom:

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.3%
  • CSS 29.7%
  • HTML 2.2%
  • Dockerfile 0.8%