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

The Angular Chips is a feature-rich component 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 mail inbox, selecting single or multiple choices from available options, and providing input to an application.

Angular Chips example


Action Chips

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

Angular Action Chips


Angular Choice Chips

Choice Chips

Chips in Angular 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.

Action Chips


Action Chips

Input Chips

Input 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.

Action Chips


Web accessibility

  • Fully supports WAI-ARIA accessibility practices to work with screen readers and assistive devices.
  • Follows WAI-ARIA best practices for implementing keyboard interaction.
  • Follows WCAG 2.0 standards in the design of UI element visuals such as foreground color, background color, line spacing, text, and images.

Angular Chips Code Example

Easily get started with Angular Chips using a few simple lines of HTML and TS code, as demonstrated below. Also explore our Angular Chips Example that shows you how to render the Chips in Angular.

<div class="control-section">
    <div id="chip-default-wrapper">
        <div class="chips-headers">Chips</div>
        <div class="sample-padding">
            <ejs-chiplist id="chip-default">
                <e-chips>
                    <e-chip text="Apple" cssClass="e-primary"></e-chip>
                    <e-chip text="Microsoft" cssClass="e-info"></e-chip>
                    <e-chip text="Google" cssClass="e-success"></e-chip>
                </e-chips>
            </ejs-chiplist>
        </div>
        <div class="separator"></div>
        <div class="chips-headers">Input Chips</div>
        <div class="sample-padding">
            <ejs-chiplist id="chip-avatar" enableDelete="true">
                <e-chips>
                    <e-chip text="Anne" leadingIconCss="anne"></e-chip>
                    <e-chip text="Janet" leadingIconCss="janet"></e-chip>
                    <e-chip text="Laura" leadingIconCss="laura"></e-chip>
                </e-chips>
            </ejs-chiplist>
        </div>
        <div class="separator"></div>
        <div class="chips-headers">Filter Chips</div>
        <div class="sample-padding">
            <ejs-chiplist id="chip-filter" selection="Multiple" [selectedChips]="this.filterSelected">
                <e-chips>
                    <e-chip text="Extra small"></e-chip>
                    <e-chip text="Small"></e-chip>
                    <e-chip text="Medium"></e-chip>
                </e-chips>
            </ejs-chiplist>
        </div>
        <div class="separator"></div>
        <div class="chips-headers">Choice Chips</div>
        <div class="sample-padding">
            <ejs-chiplist id="chip-choice" selection="Single" cssClass="e-outline" [selectedChips]="this.choiceSelected">
                <e-chips>
                    <e-chip text="Send a text" avatarIconCss="text"></e-chip>
                    <e-chip text="Set a remainder" avatarIconCss="alarm"></e-chip>
                    <e-chip text="Read my emails" avatarIconCss="mail"></e-chip>
                    <e-chip text="Play a game" avatarIconCss="game"></e-chip>
                </e-chips>
            </ejs-chiplist>
        </div>
    </div>
</div>
import { Component, ViewEncapsulation } from '@angular/core';
@Component({
    selector: 'control-content',
    templateUrl: 'default.html',
    styleUrls: ['default.css'],
    encapsulation: ViewEncapsulation.None
})
export class DefaultChipsComponent {
    choiceSelected = [1];
    filterSelected = [1, 3];
}

Other supported frameworks

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

Angular version compatibility

With continuous improvement in Angular versions, the Angular Chips is kept up to date to make it compatible with the latest version.




80+ ANGULAR UI COMPONENTS

Frequently Asked Questions

  • Chips are compact elements that represent simple content.
  • Chip types include action, choice, filter, and input.
  • Built-in support for customizing chips.
  • One of the best Angular Chips in the market that offers feature-rich UI to interact with the software.
  • Learn more about Angular Chips API example.
  • Supports all modern browsers.
  • Mobile-touch friendly and responsive.
  • Expansive learning resources such as demos and documentation to learn quickly and get started with Angular Chips.

You can find our Angular Chips demo here.

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 and five or fewer developers.

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

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile