--- layout: layout.html title: UI Components ---

UI Components

These are the components available in the dile-components catalog, categorized by type.

{% for tag in componentTagsList %} {% for component in collections[tag] %} {% include "layout-partials/nav-item.html" %} {% endfor %} {% endfor %} {% if collections.uncategorizedComponents.size > 0 %} {% for component in collections.uncategorizedComponents %} {% include "layout-partials/nav-item.html" %} {% endfor %} {% endif %}

CRUD Components

In addition to the user interface components listed earlier, we have another package with components that enable the creation of a complete CRUD system.

The CRUD components are designed to adapt to most web services in a generic way, saving a lot of tedious work when building administration panels.