React based design system for HLN's current and future projects.
Please note, that this package is actively under development, and is not intended to be used in production environments at this time.
yarn add @hln/design-systemsrc/componentscontains off-the-shelf React components, ready for use in your applicationsrc/elementshouses items that make upcomponents, as well as commonplace UI elementssrc/themesis where you can find theming options, including the default and dark mode themes
We utilize Storybook to develop, audit, and document the various elements, components, and theming options that the HLN Design System affords developers.
To initialize your own Storybook environment, simply run:
yarn storybookAs this package is actively under development, we are not actively seeking external contributors at this time.