@gayy/cube
v0.0.3
Published
@gayy/cube UI
Downloads
6
Readme
Cube UI
English | 简体中文
📦 Install
npm install antdyarn add antd🔨 Usage
import { ColorDot } from '@gayy/cube';
const App = () => (
<div>
<ColorDot />
<br />
<ColorDot type="warn" />
</div>
);