快速構建登錄頁的reactjs組件:neal-react
neal-reactis 一個reactjs組件集合,用于快速構建登錄頁。主要組件:
- App
- Code
- CustomerQuotes
- Footer
- Figure
- Hero
- HorizontalSplit
- ImageList
- Navbar
- Page
- PricingTable
- Section
- SignupInline
- SignupModal
- Team </ul>
Third-Party integrations
import React from "react"; import ReactDOM from "react-dom"; import { App, Page, Section, Hero, Navbar, HorizontalSplit } from "neal-react"; ReactDOM.render(( <App googleAnalyticsKey="UA-42490151-3"> <Page> <Navbar brand="hello">{ /* Your nav */ }</Navbar> <Hero className="text-center"> <h1>{ /* Content */ }</h1> </Hero> <Section heading="Hello!"> <HorizontalSplit padding="md"> { /* Content */ } </HorizontalSplit> </Section> { /* More ... */ } </Page> </App> ), document.getElementById("main"));
本文由用戶 swde 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!