20 lines
456 B
HTML
20 lines
456 B
HTML
<div class="container-fluid">
|
|
<app-page-title
|
|
title="Form Plugins"
|
|
subTitle="Enhance your forms with powerful plugins like Flatpickr, Choices.js, Typeahead, and Input Touchspin for better interactivity."
|
|
[badge]="{icon:'lucidePuzzle',text:'Enhanced Inputs'}"
|
|
/>
|
|
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<app-flatpickr />
|
|
|
|
<app-choicesjs />
|
|
|
|
<app-typeaheds />
|
|
|
|
<app-input-touchspin />
|
|
</div>
|
|
</div>
|
|
</div>
|