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

0.0.16 • Public • Published

Introduction

개인 프로젝트에서 사용하는 Design System 입니다.

Getting Started

다음과 같은 방법을 이용해서 설치 할 수 있습니다.

yarn add vases-ui
import React, { createElement } from "react";
import { Units, Theme } from "vases-ui";

function App() {
  const theme = Theme.createMyTheme('light',{})

  return (
    <Theme.ThemeProvider theme={theme}>
      <Units.Button variant="contained" color="primary">Button</Units.Button>
    </Theme.ThemeProvider>
  );
}

export default App;

Storybook Site

Readme

Keywords

none

Package Sidebar

Install

npm i vases-ui

Weekly Downloads

4

Version

0.0.16

License

ISC

Unpacked Size

14.3 MB

Total Files

2581

Last publish

Collaborators

  • seokhwan.kim