wap-ui-test

🌟 Awesome React Component Libraray "wap-ui" 🌟


License
MIT
Install
npm install wap-ui-test@1.0.0

Documentation

🌟 wap-ui 🌟

Awesome React Component Libraray


Installing Wap UI

yarn add wap-ui @emotion/react @emotion/styled framer-motion
# or
npm i wap-ui @emotion/react @emotion/styled framer-motion

Usage

import React from 'react';
import { Button } from 'wap-ui';

const App = () => {
  return <Button>λ²„νŠΌ</Button>;
};

export default App;

pull request ν›„ λ‹€μ‹œ git push origin ν•˜λ©΄ μžλ™μœΌλ‘œ pull_request에 refreshκ°€ μƒκΈ°κ²Œ 됨

// local에 pull λ°›λŠ” 방법 git checkout master git fetch upstream git rebase upstream/master git push -f origin master

git push --set-upstream upstream // 원격에 μ €μž₯μ†Œ 생성

test