Skip to content

Components, hooks and utils to be used in react project.

License

Notifications You must be signed in to change notification settings

untile/react-core

Repository files navigation



@untile/react-core

Untile-flavored components 📦, hooks 🪝, styles ✨ and utils 🛠️ to be used in react projects.

Test coverage Percentage GitHub Test Workflow Status NPM version Untile js-config is released under the MIT license. Follow @untiledigital

Installation

yarn add @untile/react-core

Documentation

Setup

Requirements

  • Node.js >= 16
  • NPM >= please-use-yarn
  • Yarn >= 1.22.0

Install dependencies

yarn

Lint

yarn lint

Full test suite

yarn test

Build

yarn build

Release

Be sure to have configured GITHUB_TOKEN in your globals.

npm version [<new version> | major | minor | patch] -m "Release %s"
git push origin master && git push --tags