Skip to content

shadcn/custom_apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom_apps

To customize the app listing, create a app-listing.html.twig template in your theme:

{#
/**
 * @file
 * Template for app listing.
 */
#}
<ul class="app_listing">
  {% for app in apps %}
    <li>{{ app.label }}</li>
  {% endfor %}
</ul>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published