mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
.. | ||
chip-with-input.js | ||
chip.js | ||
chip.scss | ||
chip.stories.js | ||
index.js | ||
README.mdx |
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} />