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
/
BorderBox.js
15 lines
(12 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import {withSystemProps, LAYOUT}
from
'./system-props'
const
BorderBox
=
withSystemProps
( {
is
:
'div'
,
bg
:
'white'
,
border
:
1
,
borderColor
:
'gray.2'
,
borderRadius
:
1
}, LAYOUT ) export
default
BorderBox