1.2.1 • Published 2 years ago

react-sublime-components v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-sublime-components

Library of sublime react components

NPM JavaScript Style Guide downloads npm bundle size

Install

npm install --save react-sublime-components

Usage

import React, { Component } from 'react'

import { TorchContainer } from 'react-sublime-components'
import 'react-sublime-components/dist/index.css'

class Example extends Component {
  render() {
    return (
      <TorchContainer>
        Hover cursor to see the content . Hover cursor to see the content .
        Hover cursor to see the content . Hover cursor to see the content .
      </TorchContainer>
    )
  }
}

License

MIT © saurabhmehta1601

1.2.1

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.0.0

2 years ago