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
/
slots.js
6 lines
(3 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ createSlots }
from
'../../src'
;
const
{
SecondNavigationLevel
} =
createSlots
(
'secondNavigationLevel'
);
export
{
SecondNavigationLevel
};