suhyun-ui
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

Welcome to SUI

React UI Library

Installation

npm install suhyun-ui

Usage

import { Button, Header } from "suhyun-ui";

function App() {
  return (
    <div>
      <Header>
        <h1>Hello Suhyun UI</h1>
      </Header>
      <Button>Button</Button>
    </div>
  );
}

Package Sidebar

Install

npm i suhyun-ui

Weekly Downloads

0

Version

0.1.5

License

none

Unpacked Size

35.3 kB

Total Files

34

Last publish

Collaborators

  • sasha1107