@ui5/webcomponents-react
Version:
React Wrapper for UI5 Web Components and additional components
13 lines (12 loc) • 511 B
JavaScript
'use client';
import { withWebComponent } from '../../internal/withWebComponent.js';
/**
* Tokens are small items of information (similar to tags) that mainly serve to visualize previously selected items.
*
*
*
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
*/
const Token = withWebComponent('ui5-token', ['text'], ['selected'], ['closeIcon'], []);
Token.displayName = 'Token';
export { Token };