Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 771 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 771 Bytes

Introduction

IRL UI is a collection of React/Sass/TypeScript components used by IRL Studio applications.

Getting Started

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.

Contribute

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.