1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/preview/pages/wysiwyg.html
2025-05-12 20:30:33 +02:00

23 lines
440 B
HTML

---
title: HugeRTE
page-header: HugeRTE
menu: base.wysiwyg
page-libs: [hugerte]
permalink: /wysiwyg.html
layout: default
---
<div class="card">
<div class="card-body">
<div class="mb-3">
<label class="form-label">Your name</label>
<input type="text" class="form-control" placeholder="Name">
</div>
<div class="mb-3">
<label class="form-label">Description</label>
{% include "ui/wysiwyg.html" %}
</div>
</div>
</div>