Grizzly UI components for Laravel Blade and Livewire.
This package is built for Laravel and Livewire and Tailwind CSS, it requires:
- Laravel 10.x
- Livewire 3.x
- Tailwind CSS 3.x
- Tailwind CSS Forms Plugin
To install the package follow the Installation instructions in the docs.
You can use the components directly from the package by prefixing them with ui:, like so:
<ui:card />If you wish to customize the components you can publish them to your own resources/views
directory by running the bear:publish artisan command:
Clone the repository and install dependencies:
git clone git@github.com:bearly-ui/ui.git
cd ./ui
composer install
npm installWith dependencies installed you should be able to run the tests with ./vendor/bin/phpunit