3.0.18 • Published 3 months ago

@spellix/popover v3.0.18

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

@spellix/popover

A Quick description of the component

This component is generated automatically, please add a description and usage instructions below.

Short description

Component for rendering popovers

Installation

yarn add @spellix/popover
# or
npm i @spellix/popover
# or
pnpm i @spellix/popover

Usage

Import Popover from the package and configure it with props as needed:

import { Popover } from '@spellix/popover';

export const App = () => {
  return <Popover {...({/* props for the component */})} />;
};