๐ Blazing fast react Ui library with Hooks ๐
Status Badges
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 ๐ป |
Tilak ๐ป ๐จ |
Vinay Biradar ๐ป |
Meer Sawood ๐ |
License
On this page
Languages
JavaScript68.8%SCSS30.4%Dockerfile0.8%
MIT License
Created July 29, 2019
Updated January 28, 2023