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-fsoryarn add fullpage-react-fs
Usage
import React from 'react' import FullPageContainer FullPagePanel from 'fullpage-react-fs'import 'fullpage-react-fs/dist/index.css' const App = return <FullPageContainer => /* Panel 1 */ <FullPagePanel ='azure'> Your Content </FullPagePanel> /* Panel 2 */ <FullPagePanel ='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