Kelvin UI Components
npm install @kelvininc/ui-componentsKelvin UI Components provides a set of reusable, high quality framework-agnostic UI components, this means you can use with React or if you prefer, the components are also available as W3C compliant WebComponents.
This is not just a library of UI components as it's also a style guide where you can see how the component looks and behaves by interacting with it, to showcase this we use Storybook, a free open-source tool.
Our Storybook is publicly available here
- Development: StencilJS
- Testing: Puppeteer & Jest
To start a Stencil development server, run:
``bash`
pnpm start
To build the component for production, run:
`bash`
pnpm build
To run the tests for the components, run:
`bash`
pnpm test # or test:watch to watch for changes
When creating new components, always use kv as the tag prefix for your component (E.g: ).
1. Create a branch using dev as your source branchpnpm lint
2. Develop the component and write tests for it
3. Check if your code has any linting issues using pnpm test
4. Run the tests using dev`
5. Create a pull request pointing to