You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to lay out a solid structural foundation for this core library, we need an idea on all the types of components that you hope to use, and re-use from hz-core. What components do you constantly find yourself remaking or copying over from your last project every time you build a new project (behavioral components, logic utilities, etc)?
For Starters:
Button interactions
Press down/up
Hover
Navigation bar
Sticky nav
Mobile hamburger view
Social Icons
SVG icons of the common ones (Facebook, Twitter, Instagram)
Color and hover state colors (following the social media branding guidelines)
Viewport changes
Element fading into view
The text was updated successfully, but these errors were encountered:
elainen
changed the title
Mass component Brainstorm ⛈
Mass Component Brainstorm ⛈
Apr 12, 2019
Focus management utils - we'll have to do it more and more for accessibility compliance. Can be implemented as a set of hooks/FocusProvider or smth similar;
In order to lay out a solid structural foundation for this core library, we need an idea on all the types of components that you hope to use, and re-use from hz-core. What components do you constantly find yourself remaking or copying over from your last project every time you build a new project (behavioral components, logic utilities, etc)?
For Starters:
The text was updated successfully, but these errors were encountered: