0.0.11 • Published 11 months ago

@fluentliteui/popover v0.0.11

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

@fluentliteui/popover

install

yarn add @fluentliteui/popover

usage

import { Popover } from "@fluentliteui/popover";
import "@fluentliteui/popover/dist/index.css";

function App() {
    return <>
        <Popover pop={<div style={{ width: "100px" }}><h2>hello</h2><p>tom</p></div>}><Button>helllo</Button></Popover>
    <>
}
0.0.11

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago