文件名称:react-full-page:使用React全屏滚动
文件大小:307KB
文件格式:ZIP
更新时间:2024-05-18 13:01:19
react scrolling full-page JavaScript
全页React 使用React全屏滚动 import React from 'react' ; import { FullPage , Slide } from 'react-full-page' ; export default class FullPageExample extends React . Component { render ( ) { return ( < FullPage> < Slide> < h1> Inner slide content < / h1 > < / Slide > < Slide> < h1> Another slide content < / h1 > < / Slide > <
【文件预览】:
react-full-page-master
----.gitignore(30B)
----README.md(2KB)
----.github()
--------workflows()
----docs()
--------index.js.map(477KB)
--------index.js(167KB)
--------index.html(199B)
----examples()
--------FullPageExampleRef.jsx(1KB)
--------FullPageExampleCustomControls.jsx(2KB)
--------FullPageExample.jsx(1KB)
--------index.jsx(408B)
----LICENSE(1KB)
----.eslintrc(470B)
----package.json(2KB)
----babel.config.json(421B)
----src()
--------components()
--------utils()
--------index.js(120B)
----.travis.yml(40B)
----webpack.config.js(648B)
----lib()
--------components()
--------utils()
--------index.js(568B)
----package-lock.json(401KB)