@amazon-devices/kepler-ui-components
v2.4.2
Published
KeplerUIComponents (KUIC) is a collection of common, re-usable and customizable components for KeplerScript based applications.
Readme
KeplerUIComponents
KeplerUIComponents (KUIC) is a collection of common, re-usable and customizable components for KeplerScript based applications.
Usage
We can verify the presence of KeplerUIComponents using the following commands:
$ npm search '@amazon-devices/' --registry $(npm config get @amzn:registry)Add npm dependency in package.json
"dependencies": {
// ...
"@amazon-devices/kepler-ui-components": "*"
}UI Components
Presently, here is the list of UI Components available in KeplerUIComponents Library :
- Background
- Badge
- Card
- Carousel
- Header
- Pagination Indicator
- Progress Bar
- Rating
- Text Input
- Typography
License
See LICENSE.
Release Notes
2.4.0
- Initial release.
