Design System

screenshot of Design System
express
react
scss
styled-components

Salesforce Lightning Design System

Overview:

Salesforce Lightning Design System (SLDS) is a markup and CSS framework designed for building Salesforce apps. It ensures that UIs reflect the Salesforce Lightning look and feel. The system is continuously updated to ensure that pages built with the latest version align with Salesforce UI changes. The project repository incorporates Storybook for component development.

Features:

  • Tailored for Salesforce Apps: Utilizes the Lightning Design System markup and CSS framework for Salesforce app development.
  • Continuous Updates: Ensures that pages built with the latest version are always up to date with Salesforce UI changes.
  • Storybook Integration: Utilizes Storybook for component development, providing a convenient environment for creating and testing components.
  • Node Version Management: Recommends using Node v14 with NVM for managing multiple Node versions.
  • Robust Testing: Provides a comprehensive testing suite, including linting, compilation, styles analysis, and accessibility testing.

Summary:

Salesforce Lightning Design System (SLDS) offers a robust framework for building Salesforce apps with a consistent and updated user interface. By integrating with Storybook for component development, following Node version management best practices, and providing a comprehensive testing suite, SLDS ensures a smooth development experience while maintaining compatibility with Salesforce UI changes. The project's clear documentation and guides make it easy for developers to get started and contribute back to the SLDS community.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

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.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

mdx
MDX

MDX is a format that allows developers to write JSX within Markdown documents, combining the power of React with the simplicity of Markdown. This allows for the creation of dynamic and interactive content that can be easily shared and consumed across different platforms and devices.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.