lkg-button

1.0.4 • Public • Published

安装

yarn add lkg-button

或

npm install lkg-button

如何使用

线性按钮

import { LineButton } from 'lkg-button';

export default () => (
  <>
    <LineButton text="default"></LineButton>
    <LineButton text="success" type="success"></LineButton>
    <LineButton text="danger" type="danger"></LineButton>
    <LineButton text="warn" type="warn"></LineButton>
    <LineButton text="info" type="info"></LineButton>
  </>
);

Readme

Keywords

Package Sidebar

Install

npm i lkg-button

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

13.6 kB

Total Files

8

Last publish

Collaborators

  • huangqiwen