@mainset/react
v0.1.1
Published
Set of UI React elements, components, hooks, etc for creating user interfaces, based on the mainset design system.
Readme
Rule of thumb:
- Flexbox is for 1-dimensional layout (aligning items in a single Row OR a single Column).
- CSS Grid is for 2-dimensional layout (aligning things in Rows AND Columns simultaneously) or when you need strict alignment across multiple elements.
