0.0.6 • Published 11 months ago

@hnine-inc/design-system-react v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

@hnine-inc/design-system-react

@hnine-inc/design-system-react is a design system library for React applications. This package provides consistent UI components to help developers build user interfaces quickly and easily.

Features

  • Reusable Components: Offers a variety of UI components to enhance code reusability.
  • Customizable: Easily customize the style and behavior of components.
  • TypeScript Support: Fully supports TypeScript to ensure type safety.
  • Storybook Integration: Use Storybook to document and test components.

Installation

To install the package, use the following commands:

# Yarn
yarn add @hnine-inc/design-system-react

# npm
npm install @hnine-inc/design-system-react

Usage

After installation, you can use the components as follows:

import React from 'react';
import { Button } from '@hnine-inc/design-system-react';

const App = () => (
  <div>
    <Button>Click Me</Button>
  </div>
);

export default App;
0.0.6

11 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago