1.0.4 • Published 6 years ago
zapify-ui v1.0.4
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):
License
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
6 years ago
0.2.2
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago