UNPKG
@softbind/react-slotty
Version:
latest (0.0.2)
0.0.2
0.0.1
React Slots
github.com/SoftBind/react-slotty
SoftBind/react-slotty
@softbind/react-slotty
/
examples
/
navigation
/
Home.js
5 lines
(3 loc)
•
131 B
JavaScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
Text
}
from
'rebass'
;
export
default
() =>
<
Text
>
Home - without second level menu
</
Text
>
;