Basic footer section with RWD.
npm install footer-sectiondesktop, tablet and mobile.desktopOnlyPanelKeys: define which panels will only display on desktop mode.mobilePanelKeys: define which panels will be allowed on mobile mode.maxRwdMode: define the largest mode package will use, ex: set to tablet will disable desktop mode.main panel and links panel.data-main_panel={true} prop to put child component in main panel.data-(logo|app|copyright)={true} prop can display child as (logo|app|copyright) layout.html

運動讓生活更有趣
© 2016-2017 pbplus.
All Right Reserved
`
$3
* Pass data-links_panel={true} prop to put child component in links panel.
* Pass data-panel_key={KEY} prop to put child components with same KEY in a links panel.
* Children with data-panel_header={true} prop will be the header of the links panel.
`html
Services
平台服務
`Start demo server ##
`sh
cd tmp/
npm install
npm start # will listen on http://localhost:300
``