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

- [x] BlitzTable - [x] BlitzField - [ ] BlitzForm --- @mesqueeb This is possible with a bit of type magic, yes. ```ts import { ExtractPropTypes, ExtractDefaultPropTypes, } from 'vue'...

- [x] BlitzTable - [ ] BlitzField - [ ] BlitzForm pending https://github.com/vuejs/vue-next/issues/4294

enhancement
help wanted

currently the components define the css variable while they shouldn't. they should only rely on the fallback color

While attempting to make a multi-step form (using the `showCondition` to hide fields that are not part of the current step), I had the issue that "on next step" action,...

- [ ] add an example of a form with custom style - [ ] think about how this can be improved in the first place

documentation