Velt Components can be customized in 5 key ways:
Think of Wireframes like blueprints - they’re templates that let you customize how Velt components render in your app. When you create a wireframe:
What you can do:
Empty wireframes keep Velt’s default styling. Adding any children to a wireframe template removes most of its default styling. This gives you full control over the layout. However, you will still need to use a combination of CSS overrides on any remaining styles and your own components to achieve the desired styling.
Replace Velt’s default HTML with your own structure. Learn more
Remove specific parts of a Velt component you don’t need. Learn more
Change the order of elements within a Velt component. Learn more
Need different versions of the same component? Use variants to:
Velt components can be styled in two main ways:
NEW: Try the Theme Playground to visually customize and preview themes.
Template Variables let you work with dynamic data in two ways:
a. Use Existing Velt Component Data
b. Inject Your App’s Data
Add logic to show/hide components based on the template variables. Learn more
Velt Components can be customized in 5 key ways:
Think of Wireframes like blueprints - they’re templates that let you customize how Velt components render in your app. When you create a wireframe:
What you can do:
Empty wireframes keep Velt’s default styling. Adding any children to a wireframe template removes most of its default styling. This gives you full control over the layout. However, you will still need to use a combination of CSS overrides on any remaining styles and your own components to achieve the desired styling.
Replace Velt’s default HTML with your own structure. Learn more
Remove specific parts of a Velt component you don’t need. Learn more
Change the order of elements within a Velt component. Learn more
Need different versions of the same component? Use variants to:
Velt components can be styled in two main ways:
NEW: Try the Theme Playground to visually customize and preview themes.
Template Variables let you work with dynamic data in two ways:
a. Use Existing Velt Component Data
b. Inject Your App’s Data
Add logic to show/hide components based on the template variables. Learn more