Standard UI components for Lightning
npm install @lightningjs/uiLightning-UI provides a set of components that are used very often when you are developing in Lightning, with the following components we hope to help you out with setting up your app a bit faster:
* CollectionWrapper
* List
* Carousel
* Grid
* Keyboard
* Key
* InputField
* ScrollingLabel
* Progress Bar
* Stepper
* ArrowStepper
* CarouselStepper
* ProgressStepper
* Color Shift
``bash`
npm i @lightningjs/ui
The Lightning-SDK is an open source project. If you want to contribute to it, please consider the following:
- the main branch is the latest stable release
- the dev branch is used for upcoming releases
- all development should be done in dedicated topic branches (from latest dev-branch)dev`-branch
- please send in your PR against the
Before you submit your PR, make sure you install the projects dependencies, as this will activate automatic
linting and code formatting in a Git commit hook.