Emblor

screenshot of Emblor
radix-ui
shadcn-ui

A fully-featured tag input component built with shadcn/ui

Overview:

Shadcn Tag Input is a tag input component that is part of the Shadcn design system. It offers customization options and follows Shadcn's sleek and modern design principles. This component is useful for projects that require a tagging feature.

Features:

  • Customization options
  • Out-of-the-box styling
  • Adherence to Shadcn design principles

Summary:

Shadcn Tag Input is a tag input component that allows for easy tagging in projects. It provides customization options and follows the sleek and modern design principles of the Shadcn design system. It can be installed by downloading the necessary files from the GitHub repository and initializing it with the required parameters and event handlers. For more information, refer to the documentation.

radix-ui
Radix UI

Radix Primitives is a low-level UI component library with a focus on accessibility, customization and developer experience. You can use these components either as the base layer of your design system, or adopt them incrementally.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.