@alvarium/react-statements
v1.0.4
Published
Collection of React statements
Downloads
22
Readme
react-statements
Install
yarn add @alvarium/react-statements
Usage
import React, { Component } from 'react'
import If from '@alvarium/react-statements'
class Example extends Component {
render () {
return (
<If condition={true}>
<div>Works!</div>
</If>
)
}
}
License
MIT © alvarium