@_oflc/react 中文文档教程
oflc-react
OFLC 的 React
Install
npm i @_oflc/oflc-react
Usage
import React, { Component } from 'react'
import {Container, Button, P, H} from 'oflc-react'
export default class NotFoundComponent extends Component {
render () {
return (
<Container type="container" root="col-xs-12">
<H default>Page not found</H>
<P>The page you have requested is not found</P>
<Button ref="/home">Go Home</Button
</Container>
)
}
}
License
oflc-react
React components for OFLC
Install
npm i @_oflc/oflc-react
Usage
import React, { Component } from 'react'
import {Container, Button, P, H} from 'oflc-react'
export default class NotFoundComponent extends Component {
render () {
return (
<Container type="container" root="col-xs-12">
<H default>Page not found</H>
<P>The page you have requested is not found</P>
<Button ref="/home">Go Home</Button
</Container>
)
}
}