horizon-ui-chakra
horizon-ui-chakra copied to clipboard
TagsField doesn’t exist in components.
No js file called TagsField in Fields folder only "SwitchField.js" and "InputField.js" it happens here
import TagsField from "components/fields/TagsField"
<TagsField id="description" label="Description" placeholderTags={[ { name: "chair", id: 1, }, { name: "furniture", id: 2, }, { name: "elegant", id: 3, }, ]} />