8000 GitHub - FrattiNor/uik: 基于react的ts仿antd组件库
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

FrattiNor/uik

Repository files navigation

UIK

文档位置:https://frattinor.github.io/uik/

📦 Install

npm install uik
yarn add uik

🔨 Usage

import { Button, Tooltip } from 'uik';

const App = () => (
    <Tooltip title="notice text">
        <Button type="primary">hover me</Button>
    <Tooltip/>
);

About

基于react的ts仿antd组件库

Resources

Stars

Watchers

Forks

0