0.0.4 • Published 10 months ago

@fluentliteui/details v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@fluentliteui/details

install

yarn add @fluentliteui/details

usage

import { Details } from "@fluentliteui/details";
import "@fluentliteui/details/dist/index.css";

function App() {
    return <Details open={true} onToggle={({ target: { open } }: any) => {
          console.log(open);
        }} summaryStyle={{ borderBottom: "solid 1px #ccc" }} bodyStyle={{ background: "#adadad" }} extra={<div>^</div>} style={{ width: "300px" }} label={"hello"}><button>666</button></Details>
}
0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago