2 repository-uri
Tools for building reusable UI components and modernizing templates.
Explore 2 awesome GitHub repositories matching part of an awesome list · Template Components. Refine with filters or upvote what's useful.
This project is a curated resource directory and discovery platform, presenting a hand-picked collection of resources organized into a list for easy browsing and reference. It functions as a static site generator, pre-rendering all pages as static HTML files at build time for fast loading and straightforward deployment. The site is built using a static site generation approach that includes file-based routing, component-based templating, and a markdown content pipeline. During the build process, it fetches external data, optimizes assets like CSS, JavaScript, and images, and transforms markdo
Builds pages by composing reusable UI components with data binding.
art-template is a JavaScript templating engine and HTML template compiler that transforms custom syntax and script statements into optimized HTML output. It functions as a precompiled template engine that converts template source into standalone JavaScript functions to render dynamic content from data. The engine features a template inheritance framework that organizes layouts through nesting, blocks, and inclusions to create reusable components across multiple files. It incorporates automatic output sanitization and encoding to prevent cross-site scripting attacks. The system includes capab
Organizes complex layouts and shared components through nested blocks and included template files.