1.0.4 • Published 4 years ago

reactts-storybook-uikit v1.0.4

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

설치목록 및 순서

  1. npx create-react-app projectname --typescript
  2. cd projectname
  3. yarn add reactts-storybook-uikit react-spring @emotion/core

샘플코드

src/app.ts

import React from 'react';
import { Button } from 'reactts-storybook-uikit';

const App: React.FC = () => {
    return <Button>버튼</Button>;
};

export default App;
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago