Releases: narmi/design_system
Releases · narmi/design_system
v0.2.0
v0.1.0: Initial Release
This first release contains the basic components required to build most experiences on the Narmi platform.
To preview components, please clone repo, follow setup instructions, and run npm run storybook
.
Initial components:
- Button
- Card
- Icon
- Input
- List
- Modal
- PlainButton
- Popover
- Sidebar
- NavBar
- Table
- Typography
- GlobalStyles
Additional Notes
- Desktop and phone views are supported.
- See src/globalStyles.js for device breakpoints.
- Helper components like
Typography
are also exported to help maintain a unified look-and-feel across your apps. - Color theming is available via styled-components.ThemeProvider. Please reach out to Narmi if you would like additional attributes to be themed in future releases.