We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244b0af commit f991dd1Copy full SHA for f991dd1
resources/views/components/button.blade.php
@@ -1,5 +1,5 @@
1
@props(['href' => null])
2
-<x-bless-ui::wrapper
3
- {{ $attributes->merge(compact('href')) }}
4
- :tag="$href === null ? 'button' : 'a'"
+<x-bless-ui::wrapper
+ {{ $attributes->merge(compact('href')) }}
+ :tag="$href === null ? 'button' : 'a'"
5
component="button">{{ $slot }}</x-bless-ui::wrapper>
src/Commands/MakeTailwindcss.php
@@ -15,7 +15,7 @@ class MakeTailwindcss extends Command
15
*
16
* @var string
17
*/
18
- protected $signature = 'bless-ui:make-tailwindcss {name=bless-ui} {--color=}';
+ protected $signature = 'bless-ui:make-tailwindcss {name=bless-ui} {--color=primary}';
19
20
/**
21
* The console command description.
0 commit comments