@ylstack-dev/cf-cms-templates
v3.0.0
Published
Template system for CfCms CMS
Readme
@ylstack-dev/cf-cms-templates
Template system for CfCms CMS. This package contains all admin interface templates including pages, layouts, and components.
Installation
npm install @ylstack-dev/cf-cms-templatesUsage
import { renderAdminLayout } from '@ylstack-dev/cf-cms-templates/layouts/admin-layout-v2'
import { renderCacheDashboard } from '@ylstack-dev/cf-cms-templates/pages/admin-cache'Structure
pages/- Page templates for admin interfacelayouts/- Layout templatescomponents/- Reusable component templates
