0.0.29 • Published 9 months ago

yoso-ui v0.0.29

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

YOSO UI는 한국어 요소에서 따온 이름으로, 일관된 디자인을 가진 웹 UI를 만들기 위한 React 컴포넌트 라이브러리입니다.

📦 Installation

npm install yoso-ui@latest

🚀 Usage

기본 테마 적용

import React from "react";
import { YosoThemeProvider } from "yoso-ui";

const App = () => {
  return (
    <YosoThemeProvider>
      <YourApp />
    </YosoThemeProvider>
  );
};

컴포넌트 사용

import React from "react";
import { Button } from "yoso-ui";

const YourComponent = () => {
  return <Button>Click me!</Button>;
};

📚 Documentation

storybook에서 확인할 수 있습니다.

0.0.29

9 months ago

0.0.28

9 months ago

0.0.27

9 months ago

0.0.26

9 months ago

0.0.25

9 months ago

0.0.24

10 months ago

1.0.0

10 months ago

0.0.23

10 months ago

0.0.22

10 months ago

0.0.21

10 months ago

0.0.20

10 months ago

0.0.19

10 months ago

0.0.18

10 months ago

0.0.17

10 months ago

0.0.16

10 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.1

10 months ago