0.0.15 • Published 10 months ago

@fluentliteui/button v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months 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

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.123

10 months ago

0.0.122

11 months ago

0.0.121

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.1

11 months ago