Is there a Kendo Tags (standalone component) I can use inside the Card body content?
I found this image that has tags inside the card body content. It would be great if the tags are closable.
Please see the attached image. Thanks!
Best Regards,
Jason Li
1 Answer, 1 is accepted
1
Accepted
Wissam
Telerik team
answered on 10 Mar 2023, 12:02 PM
Hi, Jason,
Thank you for the provided screenshot.
KendoReact does not include a standalone `tag` component, but you can render a Button and customize it to appear as one. In the below example, I am rendering two Button components with a `border-radius` set to `15px`. Moreover, to make them closable, I rendered a font icon and handled the click event of the span element that wraps it to set the display style of the Buttons to `none`: