@actovos-consulting-group/react-lightbox-component 中文文档教程
React lightbox component
ReactJS 的图像灯箱组件。 可以在此处查看演示
功能:
- Zoom control
- Rotate control
- Smooth animations
- Customizable thumbnails
Demo
Installation
npm install react-lightbox-component
Basic Usage
import Lightbox from 'react-lightbox-component';
const App = () => (
<div>
<Lightbox images={
[
{
src: 'some image url',
title: 'image title',
description: 'image description'
}
]
}/>
</div>
);
License
麻省理工学院
React lightbox component
An image lightbox component for ReactJS. A demo can be viewed here
Features:
- Zoom control
- Rotate control
- Smooth animations
- Customizable thumbnails
Demo
Installation
npm install react-lightbox-component
Basic Usage
import Lightbox from 'react-lightbox-component';
const App = () => (
<div>
<Lightbox images={
[
{
src: 'some image url',
title: 'image title',
description: 'image description'
}
]
}/>
</div>
);
License
MIT