https://github.com/jinyphp/tailwind
https://github.com/jinyphp/tailwind
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jinyphp/tailwind
- Owner: jinyphp
- License: mit
- Created: 2022-07-24T10:50:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T10:32:49.000Z (almost 4 years ago)
- Last Synced: 2025-06-05T09:56:36.306Z (about 1 year ago)
- Language: Blade
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Tailwind CSS component for laravel
테일윈드 ui를 라라벨에서 쉽게 사용할 수 있도록 컴포넌트 라이브러리 형태로 제공합니다.
## 설치
패키지를 설치합니다.
```
composer require jiny/tailwind
```
리소스를 배포합니다.
```
php artisan vendor:publish --provider="Jiny\UI\JinyUITailwindServiceProvider"
```
## 테그 설명
[문서](https://jinyphp.github.io/tailwind)