π 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