Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 540 Bytes

react-blur-nav

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

Installation

npm install react-blur-nav

Props

prop explanation sample default
backgroundColor A 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)'
animationTimeout The duration of the animation (in ms) 1000 1000
children The children to be displayed inside the top nav, as its elements - -