Skip to content

rspack-contrib/rsfamily-nav-icon

Repository files navigation

Rsfamily Nav Icon

The nav icon component for Rsfamily.

image

Setup

Install the dependencies:

pnpm run install

Get Started

Run and debug the module:

pnpm run storybook

Build the module for production:

pnpm run build

Other commands:

pnpm run lint         # Lint and fix source files
pnpm run change       # Add a new changeset
pnpm run bump         # Update version and changelog via changeset
pnpm run release      # Release the package

For more information, see the Modern.js Module documentation.