1.0.14 • Published 3 years ago

cool-navs v1.0.14

Weekly downloads
-
License
WTFPL
Repository
github
Last release
3 years ago

Logo

A react component for creating curved material like header (specially for React PWA).

Installation

Install cool-navs using npm

  npm i cool-navs

or using yarn package manager

yarn install cool-navs

Usage/Examples

//using es6
import Header from "cool-navs";

function App() {
  return <Header headerName="curved nav" />;
}
export default App;

Props

propsDefaultDescription
headerNameCool Navsdefines title of the Header
textColorblackdefines color of text of the Header
headerRadius1.875rem 1.25remdefines the curve radius of the Header
bgColorturquoisedefines background color of the Header
headerHeight12px 0pxdefines padding
textSize20pxdefines fontsize of the Header

Authors

1.0.14

3 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago