0.0.15 • Published 2 years ago

@fluentliteui/button v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@fluentliteui/button

install

yarn add @fluentliteui/button

usage

import { Button,CloseButton,CompoundButton } from "@fluentliteui/button";
import "@fluentliteui/button/dist/index.css";

function App() {
    return <>
        <Button variant="default">Default</Button>
        <Button onClick={() => { console.log('hello') }} 
        variant="primary">Primary</Button>
        <Button onClick={() => { console.log('hello') }} variant="warning">Warning</Button>
        <Button variant="success">Success</Button>
        <Button variant="info">Info</Button>
        <CloseButton size="large" color="#f00" />
        <CompoundButton variant="primary" secondaryText="This is the secondary text">Primary</CompoundButton>
    <>
}
0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.123

2 years ago

0.0.122

2 years ago

0.0.121

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.1

2 years ago