🏠BoxVersion: 0.135.0BoxOverviewCodeWhat is this?Box is the base component to be used for most of your html elements. It has no defined style or shape.StylingReferenceError: Box is not definedShow CodeSemantic ElementsUsing the dev tools you can see that is rendered as an anchor html element.ReferenceError: Box is not definedShow CodeUsageimport { Box } from '@vtex/admin-ui'function Example() { return <Box>Content</Box>}CopyCopy codePropsBesides the props listed bellow, you can use all the props accepted by the JSX element you defined using `as` property.NameTypeDescriptionRequiredDefaultcsxStyleObjectLayout styles🚫-asHTMLElementA valid HTMLElement in a string format🚫divAccessibilityBe sure that you're using the correct semantic element and `aria roles` for the behavior you're implementing. You can use the WAI-ARIA Practices to help you.What is this?StylingSemantic Elements