This package has been deprecated

Author message:

move to @the-/ui ( https://github.com/the-labo/the/tree/master/packages/ui#readme )

the-components

12.0.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i the-components

Weekly Downloads

8

Version

12.0.9

License

MIT

Unpacked Size

59.9 kB

Total Files

30

Last publish

Collaborators

  • fuji_haruka
  • okunishinishi