design8
v0.0.33
Published
A beautiful, functional, and fast component library for vanilla Astro.
Maintainers
Readme
Design8 (Work In Progress 🚧)
[!WARNING]
This library is currently heavily under construction (half-finished). It is being published for testing and experimental purposes. The API is subject to drastic changes without warning!
A beautiful, functional, and fast component library for vanilla Astro. Built from the ground up to provide maximum DX, flexibility, and creativity without relying on bulky external dependencies.
Installation
pnpm add design8Features
- Vanilla Astro & TypeScript: Zero framework bloat.
- No External Dependencies: Clean and fast.
- Beautiful Tokens & CSS: Handcrafted token-driven CSS system.
- Accessible & Dynamic: Built-in motion, layout, and control primitives.
Usage
Simply import components from design8 in your Astro project:
---
import { Button } from 'design8';
---
<Button variant="solid" size="md">Click Me</Button>License
MIT
