0.1.3 • Published 4 months ago

hb-hummingbird v0.1.3

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

hb-hummingbird

npm License GitHub Repo stars

hb-hummingbird is a modern UI component library built with Tailwind CSS, designed to help developers quickly build beautiful and responsive user interfaces.

šŸš€ Features

  • Tailwind-based components for easy styling.
  • Modular and lightweight design.
  • Supports ESM and CJS imports.
  • Optimized CSS & JS builds.
  • Compatible with Astro and Vite.

šŸ“¦ Installation

Install via npm:

npm install hb-hummingbird

Or via yarn:

yarn add hb-hummingbird

šŸ›  Usage

Import in JavaScript/TypeScript

ESM Import

import { ComponentName } from "hb-hummingbird";

CommonJS Import

const { ComponentName } = require("hb-hummingbird");

Include the CSS

In your index.css or main entry file:

@import 'hb-hummingbird/dist/hummingbird.min.css';

šŸ“œ Scripts

Development

npm run dev  # Start Astro dev server

Build

npm run build:dist   # Build the library & CSS
npm run build:astro  # Build the Astro documentation
npm run build:js     # Compile TypeScript and JS
npm run build:css    # Generate CSS
npm run build:css:min  # Generate minified CSS

šŸ“‚ Folder Structure

.
ā”œā”€ā”€ src/        # Source files
ā”œā”€ā”€ lib/        # Compiled JS (ESM & CJS)
ā”œā”€ā”€ dist/       # Compiled CSS
ā”œā”€ā”€ docs/       # Documentation
└── README.md

šŸ”— Repository

Find the source code and contribute on GitHub: GitHub Repository

šŸ“œ License

This project is licensed under the MIT License.

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

5 months ago

0.1.0

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago