Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Harmelodic/web-ui

Repository files navigation

@harmelodic/web-ui

A library of React components for consistent composable UI development.

⚠️ Deprecated / Archived.

I'm not maintaining this anymore, since I don't use it and I've not made enough common UI components to warrant the upkeep of a library for them.

However, components are in that I've built that I no longer use but want to keep around because making them took a bunch of time figuring out CSS and JavaScript - and I don't want to do that all over again. Therefore, the repo won't be deleted (for now) and I'll keep this repo around (archived) to hold onto those components.

Publishing npm package

npm clean-install
npm version <major|minor|patch>
npm run build
npm publish --access public
git push

TODO

  • Automating the publishing with GitHub Actions.
  • Storybook integration?