Tabler & color mode #943
-
I'm using theme-tabler and i've a livewire component in my dashboard Thanks for help |
Beta Was this translation helpful? Give feedback.
Answered by
karandatwani92
Apr 16, 2024
Replies: 1 comment 2 replies
-
Hey @blondie63 There is nothing to do for it; just continue using tabler theme classes. For example: I created a counter livewire component and used <div>
<h1>{{ $count }}</h1>
<button class="btn" wire:click="increment">+</button>
<button class="btn" wire:click="decrement">-</button>
</div> Dashboard:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And if you want to customize the theme colors. Check this comment