Sha256: 942e6eb0faaa3a742c7e248302c21de283c5a8cecebb67fca0a12fc2f508be31
Contents?: true
Size: 527 Bytes
Versions: 17
Compression:
Stored size: 527 Bytes
Contents
// @flow import React from 'react' import { Body, Icon } from '../..' const TypeaheadWithPillsSummary = () => { return ( <> <Body color="light" marginBottom="lg" > <Icon icon="info-circle" marginRight="xs" /> {'Typeahead kit is data-driven. The minimum default fields are '} <code>{'label'}</code> {' and '} <code>{'value'}</code> {'.'} </Body> </> ) } export default TypeaheadWithPillsSummary
Version data entries
17 entries across 17 versions & 1 rubygems