Tessina UI
Tessina UI
GitHubIntroduction
InstallationUsageTheming
Contributing

Introduction

Welcome to Tessina UI - a beautiful React component library built with Tailwind CSS

Welcome to Tessina UI

Tessina UI is a modern, accessible React component library built with Tailwind CSS. Inspired by shadcn/ui, it provides beautifully designed components that are customizable and easy to use.

Features

  • Accessible: Built on Radix UI primitives for WAI-ARIA compliance
  • Customizable: Tailwind CSS with CSS variables for easy theming
  • Type-Safe: Full TypeScript support with IntelliSense
  • Flexible: Components use Class Variance Authority (CVA) for variant management
  • Modern: Built with the latest React 18 and Tailwind CSS v4

Quick Start

Get started with Tessina UI in your React project:

pnpm add @tessinaui/ui

Then import and use components:

import { Button } from "@tessinaui/ui";

export default function App() {
  return <Button>Click me</Button>;
}

Next Steps

  • Installation - Learn how to install and set up Tessina UI
  • Components - Explore the available components
  • Contributing - Help improve Tessina UI

Installation

How to install Tessina UI in your project

On this page

Welcome to Tessina UIFeaturesQuick StartNext Steps