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
/
breadcrumb
/
slots.js
4 lines
(2 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
import
{ createSlots }
from
'../../src'
;
export
default
createSlots
(
'base'
,
'second'
,
'third'
);