Skip to content
Koji edited this page Jan 23, 2020 · 3 revisions

Tag

This component has 2 properties, textType and item.

textType "primary" | "success" | "warning" | "error"
item string

import { NesTag } from 'nes-components';

<NesTag textType={'primary'} item={'nes-components'} />

NesTag

Clone this wiki locally