Heads up! These docs are still a work in progress.
FlexiDelete
A component that allows you to delete widgets from a board when they are dropped over its child element.
FlexiDelete (component)
Props
Name | Type | Description |
---|---|---|
children | Snippet<[{ props: FlexiDeleteChildrenProps }]> | The child content of the deleter, which should have some element below it. In order to use the `FlexiDelete` component, your children must be hoverable and spread the `props` passed. |
FlexiDelete
does not use a controller.