@wix/design-system
Version:
@wix/design-system
16 lines (12 loc) • 572 B
Markdown
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in the tests.
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### onDrop
- type: func
- description: Defines an event handler which is called when files are dropped over the dropzone. Dropped files are supplied as an argument to the function.
### children
- type: node
- description: Accepts `<Dropzone.Overlay />` or `<Dropzone.Content />`. Both of them can contain any required content.