An open API service indexing awesome lists of open source software.

https://github.com/rspack-contrib/rstack-doc-ui

Shared React components for the Rstack websites.
https://github.com/rspack-contrib/rstack-doc-ui

rsbuild rsdoctor rspack rspress rstack

Last synced: 6 months ago
JSON representation

Shared React components for the Rstack websites.

Awesome Lists containing this project

README

          

# Rstack Doc UI

Shared UI components for the Rstack websites.

> This package should only be used in Rstack projects.

## Example

`NavIcon` component:

![image](https://github.com/user-attachments/assets/4132a171-8fc4-40cd-978b-95c37bea31df)

## Setup

Install the dependencies:

```bash
pnpm i
```

## Get Started

Run and debug the module:

```bash
pnpm run build -w
pnpm run storybook
```

Build the module for production:

```bash
pnpm run build
```