Skip to content
forked from pknu-wap/wap-ui

๐ŸŒŠ Awesome React Component Libraray "wap-ui" .๐Ÿ’ฆ

License

Notifications You must be signed in to change notification settings

sjyoung428/wap-ui

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

<Awesome React UI Library />

License npm downloads Github Stars

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';

// 1. import `WapUIProvider` component
import { WapUIProvider } from 'wap-ui';

function App() {
  // 2. Wrap WapUIProvider at the root of your app
  return (
    <WapUIProvider>
      <Write-Your-Code />
    </WapUIProvider>
  );
}
import React from 'react';
import { Button } from 'wap-ui';

const Home = () => {
  return (
    <Button size="md" color="success" shadow>
      ๋ฒ„ํŠผ
    </Button>
  );
};

export default Home;

Contributors

์„ฑ์ค€์˜(์†Œํ”„ํŠธ์›จ์–ดยท์ธ๊ณต์ง€๋Šฅ์ „๊ณต 16ํ•™๋ฒˆ)

์ด์˜ˆ์Šฌ(์†Œํ”„ํŠธ์›จ์–ดยท์ธ๊ณต์ง€๋Šฅ์ „๊ณต 21ํ•™๋ฒˆ)

๊น€๋ฏผ์ˆ˜(์ปดํ“จํ„ฐ๊ณตํ•™์ „๊ณต 19ํ•™๋ฒˆ)

Links

About

๐ŸŒŠ Awesome React Component Libraray "wap-ui" .๐Ÿ’ฆ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • JavaScript 2.6%
  • Other 0.6%