teller-style

1.2.0 • Public • Published

teller-style

A libarary that hase all styles that teller has

NPM JavaScript Style Guide

Install

npm install --save teller-style

Usage

import React, { Component } from 'react'

import ts from 'teller-style'

class Example extends Component {
  render() {
    return (
      <ts.CenterAlign>
        <h1>Hello</h1>
      </ts.CenterAlign>
    )
  }
}

License

MIT © vpg-code

Readme

Keywords

none

Package Sidebar

Install

npm i teller-style

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

20.9 kB

Total Files

7

Last publish

Collaborators

  • mackan_dev