Help Popover}
- bodyContent={
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam id feugiat augue, nec fringilla turpis.
-
- }
- footerContent="Popover Footer"
- >
- } />
-
- ),
- false: undefined
- }),
- title: 'Modal title',
-
- // enum
- modalFooter: figma.children(['Button', 'Link Button']),
- modalContent: 'Content goes here',
- titleIconVariant: figma.enum('Status', {
- Success: 'success',
- Danger: 'danger',
- Info: 'info',
- Warning: 'warning'
- }),
- variant: figma.enum('Size', {
- Small: 'small',
- Medium: 'medium',
- Large: 'large'
- })
- },
- example: (props) => {
- /* eslint-disable */
- const [isOpen, setIsOpen] = React.useState(false);
- /* eslint-enable */
-
- return (
- <>
-