A tag component.
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| |||||||||||||||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 1.1.18
- Source
Returns:
The Tag component.
- Type:
- JSX.
Element
Example
import Tag from '@gravityforms/components/react/admin/elements/Tag';
return <Tag triangleTag>{ 'Elite' }</Tag>;