This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@temporg/ui-popover

99.10.0 • Public • Published

category: packages

ui-popover

npm  build-status  MIT License  Code of Conduct

A component for hiding or showing content based on user interaction.

Components

The ui-popover package contains the following:

Installation

yarn add @temporg/ui-popover

Usage

For detailed usage and documentation, see Popover.

import React from 'react'
import { Popover } from '@temporg/ui-popover'

const MyPopover = () => {
  return (
    <Popover
      on="click"
      renderTrigger={<button>Click me!</button>}
    >
      Hello world
    </Popover>
  )
}

Readme

Keywords

none

Package Sidebar

Install

npm i @temporg/ui-popover

Weekly Downloads

0

Version

99.10.0

License

MIT

Unpacked Size

94.4 kB

Total Files

19

Last publish

Collaborators

  • npm