1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/components/ui/chip
2023-02-02 20:15:26 +00:00
..
chip-with-input.js feature: migrate design-system.ts (#17518) 2023-02-02 20:15:26 +00:00
chip.js feature: migrate design-system.ts (#17518) 2023-02-02 20:15:26 +00:00
chip.scss Adding popular custom network integration (#14557) 2022-06-30 13:49:07 -02:30
chip.stories.js feature: migrate design-system.ts (#17518) 2023-02-02 20:15:26 +00:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
README.mdx Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';

import Chip from '.';

# Chip

Chips are compact elements that represent an input, status, or action.

<Canvas>
  <Story id="components-ui-chip--default-story" />
</Canvas>

## Props

<ArgsTable of={Chip} />