快速构建登录页的reactjs组件:neal-react
neal-reactis 一个reactjs组件集合,用于快速构建登录页。主要组件:
- App
- Code
- CustomerQuotes
- Footer
- Figure
- Hero
- HorizontalSplit
- ImageList
- Navbar
- Page
- PricingTable
- Section
- SignupInline
- SignupModal
- Team
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 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!