How to use Field component with Schadcn UI package?

I can see ant design and other UI packages support these field components. How to get and use these with Schadcn Ui Package?

List of available field components:

    •     <BooleanField />, displays a checkbox element for boolean values.
    •     <DateField />, displays a date with customizable formatting.
    •     <EmailField />, displays an email with a mailto anchor.
    •     <FileField />, displays a download anchor for file.
    •     <ImageField />, displays an image with Ant Design's <Image /> component.
    •     <MarkdownField />, displays a GitHub flavored markdown with react-makrdown library.
    •     <NumberField />, displays a number with localized and customizable formatting.
    •     <TagField />, displays the value with Ant Design's <Tag /> component.
    •     <TextField />, displays the value with Ant Design's <Typography.Text /> component.
    •     <UrlField />, displays the value with a link anchor.
Was this page helpful?