A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/ui/chip
George Marshall 395806943f
Updating colors in various components js and css (#13831)
3 years ago
..
README.mdx Updating Chip component (#12671) 3 years ago
chip-with-input.js Updating colors in various components js and css (#13831) 3 years ago
chip.js Updating colors in various components js and css (#13831) 3 years ago
chip.scss Updating colors in various components js and css (#13831) 3 years ago
chip.stories.js Updating colors in various components js and css (#13831) 3 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago

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} />