ngx-schema-form
ngx-schema-form copied to clipboard
Bootstrap Grid Option in Angular2 schema form
Hi, Is there any way that we can implement bootstrap grid option ?
You can do that quite easily by derivating the existing widgets in order to override their default template with a template containing the appropriate bootstrap markup. It could a nice plugin by the way.
Is there any document for creating custom widget ?
Hi @rishabmehra
There are a few examples of this in other issues at the moment. #60 and #71 should be able to point you in the right direction. Its also worth taking a look through the current code. The widgets are nicely organised and give an example of whats currently available.
Hope this helps! :+1: