cloudfour / drizzle

A streamlined tool for developing, documenting and presenting UI pattern libraries.
https://cloudfour.com/thinks/introducing-drizzle/
MIT License
666 stars 32 forks source link

The nav is broken #102

Closed nefairious closed 6 years ago

nefairious commented 6 years ago

Direct from the template clicking the nav arrow doesn't trigger the menu. Never has. Please fix this soon. My ideal nav trigger is an off-canvas push from the left side but i'd settle with it just working.

tylersticka commented 6 years ago

Sorry to hear the nav hasn't been playing nice. ☹️

Unfortunately, I haven't been able to reproduce the issue. I just downloaded and ran npm start on a fresh copy of Drizzle, and it seems to be working as I'd expect it to:

drizzle-nav

Some info that might help:

My ideal nav trigger is an off-canvas push from the left side but i'd settle with it just working.

While this isn't the default behavior, you can fully customize Drizzle's UI. CSS and JavaScript are defined in src/assets/drizzle and the templates are in src/templates/drizzle.

nefairious commented 6 years ago

Thanks for the quick response. It took 3 times but i finally got a download that worked. I'm attributing it to pulling all the files out of the main Drizzle folder and dropping it directly into my project folder. Yes! I don't have to change to another styleguide generator!