Floris Verloop
Floris Verloop
When wrapping components from a production library (built with Webpack), Monobase swaps out the static component for another dynamic component. The wrapped component uses the compiled component name as an...
I have a parent → child relation setup where the parent has `display: grid` enabled and the child has `grid-column: auto/span 2` to span 2 columns. When using a `Dynamic`...
When using components you often want to override their internal styling. Currently it's possible but cumbersome. They main issues I have with our current setup: - On a component instance...
When using an array on the `css` prop to merge styles, I expect the order to be in reverse, like CSS. Expected: ```typescript export const H1: FramerComponent = props =>...
TLDR: How do I setup a base component with responsive styling and expand that with more responsive styling in instances of that component? Should there be something like a `.merge`...
Users running Hush won’t see the main navigation on www.framer.com.