内容简介:Here's a previewYou can check out a live demo
fullpage-react-fs
A lightweight react library to create fullpage websites
Here's a preview
You can check out a live demo here
View it being used in my personal blog at faisalrashid.online
Install
npm install --save fullpage-react-fs or yarn add fullpage-react-fs
Usage
import React from 'react'
import { FullPageContainer, FullPagePanel } from 'fullpage-react-fs'
import 'fullpage-react-fs/dist/index.css'
export const App = () => {
return (
<FullPageContainer showIndicators={true}>
{/* Panel 1 */}
<FullPagePanel bgColor='azure'>
Your Content
</FullPagePanel>
{/* Panel 2 */}
<FullPagePanel bgColor='lightgoldenrodyellow'>
<div>Goes</div>
</FullPagePanel>
{/* Panel 3 */}
<FullPagePanel>
<h1>here</h1>
</FullPagePanel>
</FullPageContainer>
)
}
As shown in the sample code above do not forget to import the CSS file.
License
MIT © FaisalST32
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
点击的奥秘:运用说服心理术提升在线影响力(全彩)
Nathalie Nahai(娜塔莉.纳海) / 陈旭 / 电子工业出版社 / 2014-9-1 / 75.00元
用户的每一次点击,不管是在虚拟商店购物,还是在浏览企业网站,或是漫无目的地把玩手机,都蕴藏着基于心理学的无穷奥秘。《点击的奥秘:运用说服心理术提升在线影响力》作者为全球知名的网络心理学家,其在《点击的奥秘:运用说服心理术提升在线影响力》中将心理学、神经科学及行为经济学巧妙地结合在一起,挖掘和提炼出一套行之有效的网络用户引导策略——既涵盖在线说服最新研究动向,也包括最前沿的科技成果,以及其他诸多惊人......一起来看看 《点击的奥秘:运用说服心理术提升在线影响力(全彩)》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
XML、JSON 在线转换
在线XML、JSON转换工具