El

El is a low-level primitive just like Box is, but without any default styles. It is especially useful when styling native elements such as

table
,
tr
, etc. which break with
display: flex
.

API Reference

Prop
Type
Default
Description
as
React.ElementType
className
string
extend
unknown

Examples