React components of THE framework


Keywords
react-component, the, component
License
MIT
Install
npm install the-components@8.0.44

Documentation

the-components

Build Status npm Version JS Standard

React components of THE framework

Installation

$ npm install the-components --save

Usage

'use strict'

import React from 'react'
import {
  TheContainer,
  TheRoot,
  TheHeader,
  TheMain,
  TheRoute,
  TheLink
} from 'the-components'

class Example extends React.Component {
  render () {
    return (
      <div>
        <TheRoot>
          <TheHeader>
          </TheHeader>
          <TheMain>
          </TheMain>
        </TheRoot>
      </div>
    )
  }
}

export default Example

Components

License

This software is released under the MIT License.

Links