Lightning UI Components

screenshot of Lightning UI Components

Lightning UI Components

Overview:

The Lightning UI library is a collection of shared Lightning components. The library provides a live Storybook documentation, which offers detailed information on each component and how to leverage them in your application. The project has been converted into a monorepo using Yarn workspaces to facilitate the development process for the theming architecture. This allows engineers to work across multiple packages without the need for npm link or yarn link. The monorepo setup also provides benefits such as easy visibility across different @lightningjs/ui packages, standardization, and better release management. The project currently maintains and releases three packages: @lightningjs/ui-components, @lightningjs/ui-components-test-utils, and @lightningjs/ui-components-theme-base.

Features:

  • Shared Lightning components
  • Live Storybook documentation
  • Monorepo setup using Yarn workspaces for easier development
  • Easy visibility across different @lightningjs/ui packages
  • Standardization and better release management

Summary:

The Lightning UI library provides a collection of shared Lightning components and offers live Storybook documentation for easy reference. The project has been converted into a monorepo using Yarn workspaces, allowing for easier development and better release management. The library has peer dependencies on @lightningjs/core and offers installation instructions and usage guidelines for smooth integration into applications. If users have any questions, they can submit a GitHub Issue or join the community on Slack.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.