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) 117 B
import React from "react"; import { ButtonProps } from "./type"; export declare const Button: React.FC<ButtonProps>;