DigitalRiver / react-atlas

Composable React components with CSS Modules.
http://digitalriver.github.io/react-atlas/
MIT License
38 stars 25 forks source link

Horizontal nav #930

Open floydchenchen opened 5 years ago

floydchenchen commented 5 years ago

with the latest update (4036269), the style is partially working for horizontal nav if we build it the normal way (vs build it by data). Specifically, the animation of NavItems in subNav is missing.

If we build the horizontal nav by data (using _buildNavByData function), the style of the NavItem in subNav will break.

Magneticmagnum commented 5 years ago

Good work, mostly this is feature complete with the exception of building Nav via data prop. Could you fix the conflicts?