Skip to content

Instantly share code, notes, and snippets.

@NandoKstroNet
Last active February 4, 2022 16:14
Show Gist options
  • Save NandoKstroNet/207699908f1d794fff581bd3acdff553 to your computer and use it in GitHub Desktop.
Save NandoKstroNet/207699908f1d794fff581bd3acdff553 to your computer and use it in GitHub Desktop.
View do Componente Livewire de Comentários projeto VideoFlix em https://laravelmastery.com.br
<div class="p-10 w-full mt-20 pt-10 border-t border-gray-600">
<div class="w-2/3">
<h3 class="text-white font-extrabold text-2xl mb-10">Deixar um comentário ou questão.</h3>
<form action="">
<div class="w-full mb-10">
<textarea name="" id="" cols="30" rows="10" class="w-full rounded"></textarea>
</div>
<button class="px-4 py-2 text-white font-bold bg-green-800 rounded">Criar</button>
</form>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment