Docs Menu

Fusion Core UI Component Library

A Laravel Blade & Tailwind CSS component library

Components
23
Current Version
v 0.0.3
Release
Unstable

This library aims at providing you with a well-rounded and perfectly crafted set of components to rapid iterate your way to launch or MVP for your next project.

Currently, the focus is on developing and expanding the core components available within this library. Once those are complete, heavily tested and finalized, the goal is to develop a paid (one time fee, get it for life) version with even more components, and pre-built page segments using them. As of now, there is no timeline no additional information.

Requirements

  1. At least Laravel 9
  2. At least PHP 8.1
  3. Tailwind CSS V3.4
  4. You will need the Tailwind Form Plugin: https://github.com/tailwindlabs/tailwindcss-forms

Installing and Setup

  1. Run
                        
    1composer require aalicki/fusion-core-ui
  2. Ensure your tailwind.config.js file has the following:
                        
    1content: [
    2 ...
    3 './vendor/aalicki/fusion-core-ui/**/*.php',
    4],