mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* popover * add proptype comments * Update * updating use state var name Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
17 lines
296 B
Plaintext
17 lines
296 B
Plaintext
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
|
|
|
|
import Popover from './popover.component';
|
|
|
|
# Popover
|
|
|
|
A modal component to show info
|
|
|
|
<Canvas>
|
|
<Story id="ui-components-ui-popover-popover-stories-js--default-story" />
|
|
</Canvas>
|
|
|
|
## Component API
|
|
|
|
<ArgsTable of={Popover} />
|
|
|