b4rightnow/flux
Composer 安装命令:
composer require b4rightnow/flux
包简介
The official UI component library for Livewire.
README 文档
README
Flux is the official UI component library for Livewire.
You can view the components in action at https://fluxui.dev.
Installation
Run the following command from your project's root directory:
composer require b4rightnow/flux --prefer-dist
Flux has built-in scripts and styles that are required to use the components. Add the following to your app template's head and body tags:
<head> ... @fluxStyles </head> <body> ... @fluxScripts </body>
Flux uses Tailwind CSS for its styles.
To get started quickly, you can include the Tailwind Play CDN in your head tag:
<head> ... <script src="//cdn.tailwindcss.com"></script> @fluxStyles </head>
Or, for a more robust setup, you can include Flux's Blade files as part of your build in your Tailwind config's content array:
module.exports = { content: [ ..., "./vendor/b4rightnow/flux-pro/stubs/**/*.blade.php", "./vendor/b4rightnow/flux/stubs/**/*.blade.php", ], ... }
What's included?
The following components are included in the b4rightnow/flux package:
The rest of the Flux components are part of the paid (Pro) tier of Flux.
Purchase a "Pro" license key here: https://fluxui.dev/pricing
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2025-01-09