0.1.6 • Published 4 months ago

historch-ui v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Historch UI

A modern, accessible React component library built with Tailwind CSS.

Features

  • 🎨 Modern design with dark mode support
  • 🎯 Built with TypeScript for type safety
  • 🌙 Dark mode support out of the box
  • 📦 Lightweight and tree-shakeable
  • 🔧 Highly customizable with Tailwind CSS

Installation

npm install historch-ui

Configuration

Add the following configuration to your tailwind.config.ts file:

import type { Config } from "tailwindcss";

export default {
  content: [
    // Historch UI components
    "./node_modules/historch-ui/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {
      colors: {
        background: "var(--background)",
        foreground: "var(--foreground)",
      },
    },
  },
  plugins: [],
} satisfies Config;

Usage

import { Button } from 'historch-ui'

<Button>Click me</Button>

License

Historch UI is open-sourced under the MIT License.

0.1.6

4 months ago

0.1.5

4 months ago

0.1.4

7 months ago

0.1.4-beta

7 months ago

0.1.3-beta

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago