0.2.0 • Published 1 year ago

@tony9090/nexus-ui v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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
0.2.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago