2.2.1 • Published 4 years ago

react-imglist v2.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

react-imglist

react-imglist is a react component to show imgs with titles in a list install it by npm install react-imglist import and use it in your react app, you can style your list by passing props the defult values are

porpsvalue
listData.....
imgSize50px
imgCornerStyle"50%"
titleSize"25px"

##listData fromat { id: "id", title: "TITLE", photoURL:"URL" } ##example

 <react-imglist 
                imgSize="50px" 
                imgCornerStyle ="50%"
                titleSize="25px"
                listData=[listData]
/>
2.2.1

4 years ago

2.1.1

4 years ago

1.1.0

4 years ago

1.2.1

4 years ago

1.0.0

4 years ago