sjyoung428 / wap-ui

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<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" .๐Ÿ’ฆ

License:MIT License


Languages

Language:TypeScript 96.8%Language:JavaScript 2.6%Language:HTML 0.4%Language:Shell 0.2%