r-t-components
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

r-t-components

Re-usable React components

NPM JavaScript Style Guide

Install

npm install --save r-t-components

Usage

import * as React from 'react'

import MyComponent from 'r-t-components'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © aiavci

Readme

Keywords

none

Package Sidebar

Install

npm i r-t-components

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

2.85 MB

Total Files

22

Last publish

Collaborators

  • aavci