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
- At least Laravel 9
- At least PHP 8.1
- Tailwind CSS V3.4
- You will need the Tailwind Form Plugin: https://github.com/tailwindlabs/tailwindcss-forms
Installing and Setup
-
Run
1composer require aalicki/fusion-core-ui
-
Ensure your tailwind.config.js file has the following:
1content: [2 ...3 './vendor/aalicki/fusion-core-ui/**/*.php',4],