react-imglist

2.2.1 • Public • Published

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

porps value
listData [.....]
imgSize 50px
imgCornerStyle "50%"
titleSize "25px"

listData fromat

    [{
      id: "id",
      title: "TITLE",
      photoURL:"URL"
    }]

example

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-imglist

Weekly Downloads

3

Version

2.2.1

License

ISC

Unpacked Size

101 kB

Total Files

6

Last publish

Collaborators

  • mj.herzalla