Why Maple Ui Might Be the Only UI Kit You’ll Need For Laravel Blade
Let me just begin this one with the following words —
"If you are a Laravel/Blade developer-This Library is for you ."
Why do i say that , because it comes with Customizable, Animated Ui components out of the box for you, and you only need add components via a simple command, and add the component like you usually do in laravel
php artisan maple:install card/carousal/3d
<x-maple.card.carousal3d :items="[
[
'id' => 1,
'image' =>
'https://example.png',
],
...
]" />
And there you have it , A working 3d carousal
3d carousal
And it is fully customizable, The code gets added to your components folder to give you complete control over your components. If you already have worked with ui libraries like shadcn/ui for react components, this follows the same concept, but you get animated components, that are made to work with blade components.
This library is highly inspired with UI libraries like shadcn/ui or aceternity.ui,
Hope you like this experimental kit and Give a review.