0.1.15 • Published 3 years ago
bvt-icon v0.1.15
BVT Icon
Install
npm install bvt-iconHow to use
import React from 'react';
import { Dashboard, Menu } from 'bvt-icon';
ReactDOM.render(
<>
<Menu />
<Dashboard />
</>,
mountNode,
);Property
Menu
| Property | type | Default | Description |
|---|---|---|---|
| className | String | ||
| title | String |
Dashboard
| Property | type | Default | Description |
|---|---|---|---|
| className | String | ||
| title | String |