Comment with replies using Livewire

Tech Stack: bootstrap-5, livewire

Demo

8 Comments

Tushar
55 minutes ago
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.
1 replies
hadi
55 minutes ago
Much appreciated! Glad you liked it ☺️
Edward Mulenga
55 minutes ago
Hope you are doing well.
Breno Silva
55 minutes ago
TALL Stack is so cool.
Tushar
55 minutes ago
This comment component is built using Livewire/Alpine and Tailwind CSS.
Mohammad
55 minutes ago
This is a comment.
hadi
55 minutes ago
This is a another comment.

Code

Sorry, this component's code is restricted
Get Livewiredemos-Pro
Sorry, this component's code is restricted
Get Livewiredemos-Pro
Sorry, this component's code is restricted
Get Livewiredemos-Pro

Usage

Pass the attribute as the Model parameter to which you want the comment section added.


      @livewire('comment-pro', [
    'model' => $post,
  ])
    

Documentation

This is an extension to the Comment component, along with the ability to comment on a model. This comment also has the ability to reply, edit and delete the comment.