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
.

Props

Name
Type
Default
Description
as
string, element, elementType, func
div
The HTML node that is rendered
className
string
Adds a custom CSS class
extend
object, func, array
Extends the Fela style object

Examples