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>
  </>
);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    2
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i lkg-button

Weekly Downloads

2

Version

1.0.4

License

ISC

Unpacked Size

13.6 kB

Total Files

8

Last publish

Collaborators

  • huangqiwen