Tag

The <Tag /> component is a basic <Box /> component that can be used to label or categorize content.

import { Tag } from 'minerva-ui';
#photography
#nature
#travel

Closeable Tag

#photography
#nature
#travel

Props

These are props related to the Tag component.

NameTypeIs RequiredDefaultDescription
showIconbooleanoptionalfalseSets if close icon should show
iconstringoptionalxIcon name
onClickedIconfunctionoptionalnoneAction to take when the icon is clicked