
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
react-slider-map
Advanced tools
a plug-in unit of react as an carousel component. 一个React.js 的轮播组件,可以直接使用,支持配置
npm install -d
// 启动本地服务器
npm run server
// 开发环境打包依赖 , 生产环境是 npm run dist
npm run build
Open up http://localhost:3000/ in your browser.
在浏览器打开 http://localhost:3000/。
打包的文件在 dist 下面。
React.render(
<Slider
items={[
{
src: require('./images/demo1.jpg'),
alt: 'images-1',
},
{
src: require('./images/demo2.jpg'),
alt: 'images-2',
},
{
src: require('./images/demo3.jpg'),
alt: 'images-3',
}, #图片数组,有几张图片放几张
]}
speed={1.5} #轮播切换图片的速度
delay={3} #自动轮播时候停留的时间
pause={true} #鼠标放上图片是否停止自动轮播
autoplay={true} #是否自动轮播
dots={true} #是否需要下面的轮播点点位
arrows={true} #是否需要左右点击箭头
/>,
document.getElementById("slider")
);
FAQs
react plug-in
The npm package react-slider-map receives a total of 1 weekly downloads. As such, react-slider-map popularity was classified as not popular.
We found that react-slider-map demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.