⚠️ These components are still a work in progress.⚠️
rhi-ui contains reusable user interface web components for the different RHI web projects. We are currently using Google Polymer for our syntactic sugar.
Our demo code is being stored in the demo folder.
Add your demo pages there.
To see the demo, it is recommended to run polymer serve.
All of our source code is being written in TypeScript in the src folder.
When completed, the componets are to be published to the packages folder.
A package.json needs to be provided per component.
The components are being published individually under the @rhi-ui organization.
Every component is to be published individually.
- At the root of the project run the
tsccommand to generate the updated ES6 code in the packages folder. - Navigate to the folder of the component to be published.
- Update the package version.
- Run
npm publish --access public.