react-sublime-components
v1.2.1
Published
Library of sublime react components
Downloads
3
Readme
react-sublime-components
Library of sublime react components
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