FormGrid
How to use
import { FormGrid } from '@ederzadravec@jade-ui'...<FormGrid config={[]} />
Props
config = [ // Rows[ // Columns{ // Columnschema: 'field1', // name, id, keysize: { md: 6 }, // responsible width (xs, sm , md, lg, xl),hide: () => {}, // return true to hide,type: TextInput, // Component to renderprops: (schema) => ({}) // props of component}]]