mirror of
https://github.com/tabler/tabler.git
synced 2025-12-25 03:08:14 +04:00
21 lines
390 B
HTML
21 lines
390 B
HTML
---
|
|
title: TinyMCE
|
|
page-header: TinyMCE
|
|
menu: base.tinymce
|
|
libs: tinymce
|
|
---
|
|
|
|
<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/tinymce.html %}
|
|
</div>
|
|
</div>
|
|
</div> |