0.0.2 • Published 4 years ago

react-blur-nav v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

react-blur-nav

An auto-hiding top navigation bar component for React! ⭐

Installation

npm install react-blur-nav

Props

propexplanationsampledefault
backgroundColorA background color for the entire navigation bar. Should be a argb value to allow blur effect'rgb(80, 80, 80, 0.5)''rgb(80, 80, 80, 0.5)'
animationTimeoutThe duration of the animation (in ms)10001000
childrenThe children to be displayed inside the top nav, as its elements--