@3kles/kles-material-dynamicforms 22.0.2 → 22.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Check out the [changelog](./CHANGELOG.md) to check all the latest changes.
|
|
|
14
14
|
|
|
15
15
|
Add `layout` to an individual root field to enable CSS Grid automatically.
|
|
16
16
|
`direction="grid"` remains available to force it when no field declares a layout.
|
|
17
|
-
The defaults are a 12-column grid,
|
|
17
|
+
The defaults are a 12-column grid, no gap, `colSpan: 12`, and `rowSpan: 1`.
|
|
18
18
|
|
|
19
19
|
```typescript
|
|
20
20
|
const fields: KlesFormElement[] = [
|