Plasma

screenshot of Plasma

Дизайн-Система для создания навыков семейства Виртуальных Ассистентов "Салют"

Overview

Plasma is a design system that allows the creation of Canvas Apps as part of the virtual assistant ecosystem of the "Salute" family and B2B and B2C client applications. All current applications in the SberDevices ecosystem are implemented using Plasma.

Features

  • plasma-ui: A package with a set of ready-made components and utilities for creating Canvas Apps. The components are implemented using React and come with Storybook and documentation.
  • plasma-web: A package with a set of ready-made components for creating web applications targeting the B2B segment. It includes documentation and Storybook.
  • plasma-b2c: A package with a set of ready-made components for creating web applications targeting the B2C segment. It includes documentation and Storybook.
  • plasma-tokens, plasma-tokens-web, plasma-tokens-b2c: Packages with a set of design tokens including typographic and color constants. These design tokens are provided as CSS custom properties and JavaScript variables. It is recommended to read the documentation on tokens before using them.
  • plasma-icons: A package with a set of icons, available for viewing in the repository, Storybook, and documentation.

Summary

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.

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.

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.

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.