Skip to content

Each component is crafted with precision to ensure accessibility and ease of use, allowing you to enhance your application's interface with minimal effort.

Notifications You must be signed in to change notification settings

qkrdkwl9090/nexus-ui

Repository files navigation

License: MIT npm version

Nexus-UI

Each component is crafted with precision to ensure accessibility and ease of use, allowing you to enhance your application's interface with minimal effort.

Download

Nexus-UI is available at npm.

# Using npm
npm install @tony9090/nexus-ui

# Using yarn
yarn add @tony9090/nexus-ui

# Using pnpm
pnpm add @tony9090/nexus-ui

Import

Component can be imported individually so that you only bundle what you use. Import path is available in the documentation of the corresponding component.

import { Button } from '@tony9090/nexus-ui';

export default function MyComponent() {
  return <Button label="Nexus" />;
}

Storybook

To start the Storybook server and see the components in action, run the following commands:

# Using npm
npm run storybook

# Using yarn
yarn storybook

# Using pnpm
pnpm storybook

About

Each component is crafted with precision to ensure accessibility and ease of use, allowing you to enhance your application's interface with minimal effort.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published