@fluentliteui/popover
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

@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>
    <>
}

Readme

Keywords

none

Package Sidebar

Install

npm i @fluentliteui/popover

Weekly Downloads

0

Version

0.0.11

License

MIT

Unpacked Size

7.94 kB

Total Files

10

Last publish

Collaborators

  • kasagawa