@alvarium/react-statements
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i @alvarium/react-statements

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

29 kB

Total Files

8

Last publish

Collaborators

  • sandravigo
  • javco
  • alexanderarce