0.1.3 • Published 11 months ago

hb-hummingbird v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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

11 months ago

0.1.2

11 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago