Add a Box component that implements a simple <div> like in MaterialUI. #956
FredPerr
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In NextUI, it seems like there are no simple
<div>
component that can leverage thecss
property.Of course, there is the
<Container>
component, but it always has margin and responsive features that need to be removed if you only want to have a raw container.That is why a
<Box>
element, representing a simple<div>
that accepts the property of NextUI components, like the element in MaterialUI, would be great.Am I missing something that is already a quick implementation of a simple
Beta Was this translation helpful? Give feedback.
All reactions