/Lightning-ui

Lightning UI reference that includes templates and components to enable Lightning UI development.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Lightning-UI

Lightning-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:

Install

npm i @lightningjs/ui

Contributing

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)
  • please send in your PR against the dev-branch

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.

Examples

In the following repository you can find code examples on how to use the components

Ui-component-examples