when looking at the new Divider. I got an idea. Recently when I developed my own component I added a “Switch” for visibility. Maybe that would be something nice to have as a standard on all components. A responsive visibility is quite useful.
Divider only show on desktop mode, but not on mobile because the layout is vertical and not horizontal anymore.
Oh in case I did not mentioned it before … I LOVE THE DEBUGGER
We have a Visibility control that applies the visibility css property to the component.
I mention that to be explicit because what we really want here is a Display control - that would apply the display css property to the component.
We have already had a bit of discussion around this topic, and as of right now we have not added a standard control for setting the display to our components.
I do think this is something we need to look, however, I can’t say when we’ll get around to this just yet!
is all good. Was just a thought. As @handshaper pointed it out its mostly there. In the Divider its missing so.
I mean for the time being I will create some properties snippets. Since I mostly need the same once. Still need to get familier with all the options in the standard components.
We do have the CSS Classes in the Advanced group where you can apply any tailwind classes - so if it’s juts the display you need to set you could do it there