Skip to content

Releases: narmi/design_system

v0.2.0

12 Oct 15:47
Compare
Choose a tag to compare

0.2.0 (2021-10-12)

Features

  • force first release (e9d223d)
  • update release github token (b5f932f)
  • use workflow dispatch for releases for now (7b99b70)

v0.1.0: Initial Release

08 Jul 23:30
Compare
Choose a tag to compare

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.