We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

React Chips is a UI control that provides small blocks of text information. Chips can also contain avatars, images, letters, and close icons. They can be used as tags when filtering contacts and email inboxes, selecting choices from available options, and providing input to an application.

React Chips


Simple UI

React Chips are compact elements for representing simple content and can also trigger actions when selected.

React Action Chips


React Choice Chips

Choice chips

Chips can be grouped together as a collection of choices. Choice chips allow users to select from available options.


Filter chips

Filter chips are a collection of chips that allow users to filter the view items based on their choices.

React Filter Chips


React Input Chips

Dynamic chips

Dynamic chips allow chips to be added or removed. A chip can be created from text provided by the user in an input box or deleted as needed.


UI customization

You can customize the chip appearance with avatars, close icons, and more using the built-in options.

React Chips customization


React Chips code example

Easily get started with the React Chips using a few simple lines of TSX code as demonstrated below. Also explore our React Chips example that shows you how to render and configure Chips in React.

import * as React from 'react';
import * as ReactDom from 'react-dom';
import { ChipListComponent, ChipsDirective, ChipDirective } from '@syncfusion/ej2-react-buttons';
function App() {
return (<ChipListComponent id="chip-default">
  <ChipsDirective>
    <ChipDirective text="Apple" cssClass="e-primary"></ChipDirective>
    <ChipDirective text="Microsoft" cssClass="e-info"></ChipDirective>
    <ChipDirective text="Google" cssClass="e-success"></ChipDirective>
    <ChipDirective text="Tesla" cssClass="e-warning"></ChipDirective>
    <ChipDirective text="Intel" cssClass="e-danger"></ChipDirective>
  </ChipsDirective>
</ChipListComponent> );
}
const root = ReactDOM.createRoot(document.getElementById('chip'));
root.render(<ReactApp />);

Other supported frameworks

The Chips component is also available in Blazor, Vue, Angular, and JavaScript frameworks. Check out the different Chips platforms from the links below:




80+ REACT UI COMPONENTS

Frequently Asked Questions

Syncfusion React Chips provides the following features:

  • Representation of simple content in a compact element.
  • Chip types include action, choice, filter, and input.
  • Built-in support for customizing chips.
  • One of the best React Chips on the market, offering a feature-rich UI.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Expansive learning resources such as demos and documentation to learn quickly and get started fast.

You can find our React Chips demo, which demonstrates how to render and configure the Chips.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile