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
2021-11-15 13:13:35 -05:00
..
chip-with-input.js Onboarding v2 e2e test (#12628) 2021-11-10 17:27:10 +00:00
chip.js Updating Chip component (#12671) 2021-11-15 13:13:35 -05:00
chip.scss Updating Chip component (#12671) 2021-11-15 13:13:35 -05:00
chip.stories.js Updating Chip component (#12671) 2021-11-15 13:13:35 -05:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
README.mdx Updating Chip component (#12671) 2021-11-15 13:13:35 -05:00

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="ui-components-ui-chip-chip-stories-js--default-story" />
</Canvas>

## Component API

<ArgsTable of={Chip} />