Design System based on react-aria and Tailwind CSS
Marigold is a React implementation of the Marigold Design System, which is based on Emotion and theme-ui. It provides a collection of pre-styled components that can be used to build consistent and visually appealing user interfaces. This product analysis will explore the key features of Marigold, provide installation instructions, and summarize the article.
To use Marigold, you need to install it separately. Here’s how you can do it:
git clone https://github.com/marigold-ui/marigold.git
.cd marigold
.pnpm install
in the root folder.pnpm dev
. This will open Storybook at localhost:1337
, where you can browse and interact with the components.docs
folder using the command cd docs
.pnpm start
. This will open the documentation site at localhost:3000
, where you can read about the components and their usage.Note: The installation requires pnpm
to be installed on your system. If you don’t have it, you can install it by running the command npm install -g pnpm
.
Marigold is a React implementation of the Marigold Design System, providing pre-styled components that can be used to build visually appealing user interfaces. It leverages Emotion and theme-ui for efficient styling and theming. To get started with Marigold, you can follow the installation instructions provided above.