Last active
February 4, 2022 16:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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