daisyui / react-daisyui

daisyUI components built with React 🌼
http://react.daisyui.com/
MIT License
905 stars 101 forks source link

NavBar stories with wrong Dropdown props #333

Closed dev0T closed 1 year ago

dev0T commented 1 year ago

The NavBar stories that use Dropdown are setting the prop vertical to the value end. Instead, it should only have ended as a boolean prop.

Example:

// current
<Dropdown vertical="end">
// fixed
<Dropdown end>