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.
- Host: GitHub
- URL: https://github.com/rspack-contrib/rstack-doc-ui
- Owner: rspack-contrib
- License: mit
- Created: 2024-01-25T08:36:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T15:48:20.000Z (6 months ago)
- Last Synced: 2025-04-11T16:56:19.662Z (6 months ago)
- Topics: rsbuild, rsdoctor, rspack, rspress, rstack
- Language: TypeScript
- Homepage:
- Size: 818 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

## 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
```