UNPKG
primer-react
Version:
latest (2.0.5-beta)
2.0.5-beta
2.0.3-beta
2.0.2-beta
2.0.1-beta
2.0.0-beta
1.0.0-beta
1.0.0-alpha.0
0.0.12-beta
0.0.11-beta
0.0.10-beta
0.0.9-beta
0.0.8-beta
0.0.8-alpha
0.0.7-beta
0.0.6-beta
0.0.6-alpha.1
0.0.5-beta
0.0.4-beta
0.0.3-beta
0.0.2-beta
0.0.1-beta
Primer react components
github.com/primer/components
primer/components
primer-react
/
src
/
FlexItem.js
6 lines
(3 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
import
{withSystemProps,
FLEX_ITEM
}
from
'./system-props'
const
FlexItem
=
withSystemProps
(
'div'
,
FLEX_ITEM
)
export
default
FlexItem