logo

Chip

Chips are compact elements that represent an attribute.

Usage#

Demo#

import { Chip } from "pigment-ui";

function ChipDemo() {
  return (
    <Chip>Lorem ipsum</Chip>
  );
}
Edit this page