UNPKG

@kopexa/chip

Version:

A Chip is a small block of essential information that represent an input, attribute, or action.

7 lines (6 loc) 272 B
export { Chip, ChipProps } from './chip.js'; export { RelatedControlChip, RelatedControlChipProps } from './related-control-chip.js'; export { StandardChip, StandardChipProps } from './standard-chip.js'; import 'react/jsx-runtime'; import '@kopexa/theme'; import 'react';