Overview
The Appsmith Design Systems repository contains a collection of design systems maintained by Appsmith. It includes both an old and a new design system package.
Features
- Design system old: This package is now deprecated starting March 1, 2023.
- Design system: The new design system package.
Installation
To install the Appsmith Design Systems, follow these steps:
- Install the old design system package by running the following command:
npm install @appsmithorg/design-system-old
For more information on how to use the old design system, refer to the README and explore the Storybook.
To install the new design system package, run the following command:
npm install @appsmithorg/design-system
Summary
The Appsmith Design Systems repository provides two packages: the old (deprecated) design system and the new design system. Users can install both packages and refer to their respective READMEs and Storybooks for more information on using them.