> ## Documentation Index
> Fetch the complete documentation index at: https://design-system.rodrigoantunes.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Design System

> You can use the design system by simply installing and importing the package on the desired page. Once imported, the components will be readily available for use.

# Installation

<Note>
  Installing the design system also installs the design tokens automatically
</Note>

You can also use **npm**, **yarn** or **pnpm**

```bash theme={null}
npm install "@root-axis/design-system"
```
