UNPKG
@codeparticle/react-list
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
A generic list component for React
github.com/codeparticle/react-list
codeparticle/react-list
@codeparticle/react-list
/
index.js
4 lines
(2 loc)
•
53 B
JavaScript
View Raw
1
2
3
4
import
List
from
'./src/list'
;
export
default
List
;