rstack-doc-ui icon indicating copy to clipboard operation
rstack-doc-ui copied to clipboard

Shared React components for the Rstack websites.

Rstack Doc UI

Shared UI components for the Rstack websites.

This package should only be used in Rstack projects.

Example

NavIcon component:

image

Setup

Install the dependencies:

pnpm i

Get Started

Run and debug the module:

pnpm run build -w
pnpm run storybook

Build the module for production:

pnpm run build