Renders a simple box component for containing width or height.
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| |||||||||||||||||||||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 1.1.15
- Source
Returns:
The box component.
- Type:
- JSX.
Element
Example
import Box from '@gravityforms/components/react/admin/elements/Box';
return (
<Box tagName="span">
{ 'children' }
</Box>
);