// is the layout container: a flexbox box positioned by the layout engine. // It does NOT paint anything itself - it has no color. To make a box visible you // place a draw primitive inside it (here an attached , which is both laid // out and painted). Flex props (flexDirection, gap, padding, alignItems) work as // in CSS. import { render } from "@solidrt/core" function App() { return ( ) } render(() => )