UNPKG
inputs-2-react
Version:
latest (0.1.33)
0.1.33
0.1.30
0.1.28
Inputs extracted from adminlte-2-react
github.com/sd1337/adminlte-2-react
sd1337/adminlte-2-react
inputs-2-react
/
src
/
components
/
content
/
Divider.jsx
6 lines
(3 loc)
•
110 B
JSX
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
const
Divider
= (
) => (
<
li
className
=
"divider"
/>
);
export
default
Divider
;