@bracken/wireframe
v0.1.0
Published
A minimalist web component library with wireframe-style UI components
Maintainers
Readme
[WIP]
Wireframe
A minimalist web component library with wireframe-style UI components.
Overview
Wireframe is a lightweight, customizable UI component library built with web components. It provides a collection of wireframe-style UI elements that can be easily integrated into your web projects.
Features
- Native Web Components: Built using standard web components for maximum compatibility
- Wireframe Aesthetic: Clean, minimalist design that resembles wireframe mockups
- Lightweight: Minimal dependencies for optimal performance
- TypeScript Support: Fully typed for better developer experience
- Customizable: Easy to adapt to your project's design system
Installation
Usage
Import and use the components in your HTML:
Available Components
- Button
- Toggle
- Select
- Combobox
- Accordion
- Row
- And more...
Development
# Install dependencies
bun install
# Run development server
bun run dev
# Build the library
bun run build
# Generate TypeScript declarations
bun run build:types
# Run the playground
bun run playgroundBrowser Support
Wireframe supports all modern browsers that implement the Web Components standard.
