@@include("partials/main.html")
@@include("partials/title-meta.html", {"title": "Robotech"}) @@include("partials/head-css.html") @@include("partials/body.html") @@include('./partials/sidebar.html') @@include('./partials/topbar.html')
<div class="card-header">
<h4 class="font-medium">Clipboard Examples of Textarea</h4>
<p class="text-slate-400 mb-0">Textarea example of clipboard</p>
</div>
.example {
font-family: Inter, Sons, serif;
color: theme('colors.slate.200');
text-align: center;
}