UNPKG

trae-ui

Version:

Trae UI is a modern, highly customizable, and accessible UI component library for React and Next.js, built with TailwindCSS and TypeScript. It offers a responsive, reusable, and developer-friendly set of components to accelerate building visually stunning

4 lines (3 loc) 114 B
import React from "react"; import { InputProps } from "./type"; export declare const Input: React.FC<InputProps>;