Skip to content

eisberg-labs/react-components

Repository files navigation

CI

React Components

Welcome to Eisberg Labs React Components, repository contains custom react components that we use in our projects.

Landing

Demo and Documentation

Visit for examples and documentation.

Development

React components are handled by Lerna. Common commands:

  • lerna run test
  • lerna run lint
  • lerna run prettier

Publishing

lerna run build
lerna version --no-private
lerna publish from-git --no-private
lerna publish from-package --registry https://npm.pkg.github.com

License

MIT © Eisberg Labs