IRL UI is a collection of React/Sass/TypeScript components used by IRL Studio applications.
In order to use IRL UI components, please add this repository as a npm package:
npm i --save git+https://git@[email protected]/batchku/irlui/_git/irlui
Keep in mind that a lot of components require theme object. Thus it's recommented to manually constract theme object and pass it as props.
When updating any of the IRL UI components, be aware of the app compatibility, and try to
keep backwards compatibility as much as possible, without introducing to many breaking changes.
After making changes run npm run build
and push to the master branch to make changes available when installing project as npm package.