Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

zapify-ui/zapify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eae055d Β· Oct 21, 2020
Oct 21, 2020
Aug 2, 2019
Aug 14, 2019
Aug 27, 2019
Aug 27, 2019
Aug 7, 2019
Jul 30, 2019
Aug 7, 2019
Oct 2, 2019
Aug 14, 2019
Aug 7, 2019
Oct 2, 2019
Aug 17, 2019
Aug 7, 2019
Sep 11, 2019
Jul 30, 2019
Jul 30, 2019
Aug 2, 2019
Oct 7, 2019
Sep 30, 2019
Aug 13, 2019
Aug 14, 2019
Jul 30, 2019
Sep 30, 2019
Oct 7, 2019
Aug 31, 2019
Oct 2, 2019
Aug 31, 2019

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

πŸ““

License

MIT