Add Table constructor from Elements. (#310)

This commit is contained in:
Arthur Sonzogni
2022-01-16 16:46:32 +01:00
committed by GitHub
parent feb24b9498
commit 382205c057
4 changed files with 26 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ unreleased (development)
- `paragraphAlignJustify`
- Add the helper elements based on `flexbox`: `hflow()`, `vflow()`.
- Add: `focusPositionRelative` and `focusPosition`
- Add `Table` constructor from 2D vector of Element, instead of string.
#### Component
- Add the `collapsible` component.