UNPKG
@dabapps/roe
Version:
latest (0.13.2)
0.13.2
0.13.1
0.13.0
0.13.0-alpha-3
0.13.0-alpha-2
0.12.3
0.12.2
0.12.1
0.12.0
0.11.3
0.11.2
0.11.1
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.26
0.9.25
0.9.24
0.9.23
0.9.22
0.9.21
0.9.20
0.9.19
0.9.18
0.9.17
0.9.16
0.9.15
0.9.14
0.9.13
0.9.13-0
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.39
0.8.38
0.8.37
0.8.36
0.8.35
0.8.34
0.8.33
0.8.32
0.8.31
0.8.30
0.8.6
0.8.2
0.8.0
A Collection of React Components for Project Development
github.com/dabapps/roe
dabapps/roe
@dabapps/roe
/
src
/
ts
/
components
/
content
/
content-box-header.examples.md
22 lines
(18 loc)
•
292 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#### Example ```js
<
ContentBox
>
<
ContentBoxHeader
>
<
h5
>
Header
</
h5
>
</
ContentBoxHeader
>
<
p
>
Content
</
p
>
</
ContentBox
>
``` #### Less variables ```less @content-box-header-background: @primary-lightest; @content-box-header-border: 1px solid @primary-lighter; ```