Additional UI Framework Templates
See original GitHub issueInvestigating what it would take to modify the bootstrap template or add templates for all components to use another UI framework i.e. Semantic UI or @angular/material. Mixing and matching UI component and layout frameworks is obviously not ideal just to implement the form viewer. Different frameworks wrap various components differently to apply formatting. The most obvious choice would be to do an ngx-formio-material template addition or fork since the material components are native ngx.
What files in addition to those in the template definitions and component html would need to be modified?
Is there a possible path to make a selectable component template depending on UI framework choice?
<formio [template]="'bootstrap' | 'semantic' | 'material' | 'custom'"></formio>
This may mean:
- simply having forks of ng2-formio for each framework
- Just make the main project not dependent on a single UI framework (have multiple framework template definitions included), but be able to select at run-time a framework for which templates exist and let developers embedding include the appropriate framework styles as a third party dependency.
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
UI Framework - Dribbble
Discover 95 UI Framework designs on Dribbble. ... Want more inspiration? ... blog breadcrumbs clean dashboard design framework free docs template images.
Read more >50 Best Free Dashboard UI Kits and Templates in 2019
50 best free dashboard templates & ui kits for creating dashboard design. We have Bootstrap 4 admin dashboard templates and dashboard ui kit...
Read more >How to Build an Effective Design Framework - Toptal
Design frameworks help designers work more efficiently by utilizing reusable UI components. We shed light on how to create and use one using...
Read more >UI Design Templates | Wireframing Academy - Balsamiq
Templates are built on an understanding of what typically works well for a common problem and help you go faster by starting your...
Read more >Additional UI Framework Templates · Issue #52 · formio/angular
Investigating what it would take to modify the bootstrap template or add templates for all components to use another UI framework i.e. Semantic...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We are working on a new solution to wrap the existing angular-material to create a new Form.io renderer around that framework. This is coming, but it may be the end of the year before it is ready for production.
@travist Could you please confirm if angular/material can be applied on formio and if so, what needs to be done to get the formio working with angular/material.