Comment with Replies using TailwindCSS & Livewire
Tech Stack: tailwindcss, new, livewire
Demo
Discussion (8)
Very straight-to-point article. Really worth time reading. Thank you! But tools are just the instruments for the UX designers. The knowledge of the design tools are as important as the creation of the design strategy.
Much appreciated! Glad you liked it ☺️
Hope you are doing well.
TALL Stack is so cool.
This comment component is built using Livewire/Alpine and Tailwind CSS.
This is a comment.
This is a another comment.
Code
Usage
@livewire('pro.comment-components.comment-pro-tailwind', [
'model' => \App\Models\WinkPost::first(),
])