npm install zapify-ui
In the following example, you can see how to import ZapBar
component
import React from 'react';
import ReactDOM from 'react-dom';
import {ZapBar} from 'zapify-ui';
ReactDOM.render(
<ZapBar />,
document.getElementById('app')
);
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')
);
You are more than welcome to make contributions to the project! See the CONTRIBUTING.md.
Thanks goes to these wonderful people (emoji key):
Piyush Mehta π» |
Tilak π» π¨ |
Vinay Biradar π» |
Meer Sawood π |