Shared frontend components across React projects
HexLab's shared frontend React components built with Chakra UI.
HexLab's shared frontend React components are built with Chakra UI and provide a collection of useful components for building React web applications. The development work can be done in the src/ folder and the changes can be previewed using the storybook development server. The components are shared across all HexLab's frontend projects and can be easily updated and customized using the .stories.tsx files. To release a new version, the command yarn release can be used, which will push the changes and tags to the repository. GitHub Actions will then publish a new version to npm.