1.0.4 • Published 5 years ago

@alvarium/react-statements v1.0.4

Weekly downloads
4
License
MIT
Repository
gitlab
Last release
5 years ago

react-statements

NPM JavaScript Style Guide

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