bearly/ui
最新稳定版本:0.6.0
Composer 安装命令:
composer require bearly/ui
包简介
A set of grizzly UI components to drop into your app.
README 文档
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
统计信息
- 总下载量: 46.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 未知