TagsInput
Package: @tesserix/native
Import
import { TagsInput } from '@tesserix/native'Related types
TagsInputProps
Source
- Component:
packages/native/src/components/TagsInput/TagsInput.tsx - Story:
packages/native/src/components/TagsInput/TagsInput.stories.tsx - Test:
packages/native/src/components/TagsInput/TagsInput.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { TagsInput } from '@tesserix/native'
export function DemoTagsInput() {
return <TagsInput />
}