@hnine-inc/design-system-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

@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;

Package Sidebar

Install

npm i @hnine-inc/design-system-react

Weekly Downloads

3

Version

0.0.6

License

MIT

Unpacked Size

87.8 kB

Total Files

109

Last publish

Collaborators

  • yongsoo.choi
  • hninehyunjun
  • hnine-op