blitzar icon indicating copy to clipboard operation
blitzar copied to clipboard

Generate Vue Forms and Data-tables fast with a simple JSON-like syntax ⚡

Results 57 blitzar issues
Sort by recently updated
recently updated
newest added

targeting `.blitz-form__form` you can apply responsive columns (I think) eg. ```sass .blitz-form__form grid-template-columns: 1fr 1fr !important @media (max-width: 600px) .blitz-form__form grid-template-columns: 1fr !important ``` need to add some example similar...

> eg The examples showing how edit, cancel and save work, don’t really explain anything they just show it working. and > can’t find how to change the mode from...

I want the blitzar schema concept to be usable as a replacement for render functions: https://v3.vuejs.org/guide/render-function.html#v-on The schema concept is really user friendly and easy to use. But we need...

documentation

How to add a separator like or some heading in the middle of the form ?

documentation

I don't understand how the example can use this: while from my source code I believe this is not possible.

do not throw this warning in case the user doesn't need grid view:

help wanted
good first issue

should add example styling css for blitzlistform eg. make a nice list with lines in between?