A set of grizzly UI components to drop into your app.

Maintainers

Details

github.com/bearlyui/ui

Source

Issues

Installs: 27 292

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

0.6.0 2025-03-24 22:03 UTC

README

Grizzly UI components for Laravel Blade and Livewire.

Installation

Requirements

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

How to Install

To install the package follow the Installation instructions in the docs.

Usage

Using the components

You can use the components directly from the package by prefixing them with ui:, like so:

<ui:card />

Publishing the components

If you wish to customize the components you can publish them to your own resources/views directory by running the bear:publish artisan command:

Development Setup

Install dependencies

Clone the repository and install dependencies:

git clone git@github.com:bearly-ui/ui.git
cd ./ui
composer install
npm install

Running the tests

With dependencies installed you should be able to run the tests with ./vendor/bin/phpunit