interface
interface copied to clipboard
Feature: Compact repeater, Layout fixes, Tests
This PR introduces View component to support grid and flex-box layouts.
https://user-images.githubusercontent.com/387611/178423488-14354da5-66f9-4197-884f-6fb8a703ed08.mov
-
Viewis possible to style by setting props (e.g.borderRadius, not juststyle&className), component will produce a an enumerated prop value class name or style rule; -
BoxandFieldContainerwill now useViewto inherit its features; - Fixes: event bubbling in NativeInput (in discrimanted blocks)
Closes: https://github.com/contember/private-issues/issues/118