insoulit/aura-wire

AuraWire package for Laravel

Maintainers

Package info

github.com/insoulit/aura-wire

Language:Blade

pkg:composer/insoulit/aura-wire

Transparency log

Fund package maintenance!

:vendor_name

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.3.0 2026-08-09 18:54 UTC

This package is auto-updated.

Last update: 2026-08-09 20:20:01 UTC


README

Latest Version on Packagist Total Downloads License

AuraWire is a clean, beautiful, and accessible Blade & Livewire component library for Laravel applications.

๐ŸŒ Live Documentation & Demo Site: https://aura-wire.insoulit.com/

โšก Quick Start

1. Installation

Install via Composer:

composer require insoulit/aura-wire

Publish configuration:

php artisan vendor:publish --tag="aura-wire-config"

2. Usage

<x-aura::button variant="primary">Save Changes</x-aura::button>

Shorthand tag syntax:

<aura:button variant="primary">Save Changes</aura:button>

๐Ÿงฉ Component Index (30+ Components)

Category Components
Typography heading, subheading, kicker, text
Actions button, button-group, dropdown, icon-button
Form Controls input, select, textarea, checkbox, radio, switch, combobox, date-picker, rating, rich-text, file-upload, pin-code, field, label, error
Data Display accordion, avatar, badge, card, code, empty-state, list, numbered-list, product-card, progress-bar, separator, skeleton, stat, table, tabs, tag, timeline
Navigation breadcrumbs, header, navbar, pagination, sidebar, stepper
Overlays & Feedback alert, banner, command, modal, popover, sheet, spinner, toast, tooltip

๐Ÿงช Testing

Run the test suite:

composer test

๐Ÿ’ก Inspiration & AI Generation

AuraWire drew design inspiration from Livewire Flux and Uber's Base Design System.

This entire package was created completely using AI.

๐Ÿ“„ License

The MIT License (MIT). See License File for details.