@test-code-1/layouttools
v0.0.6
Published
Some layout methods and others
Downloads
1
Readme
@test-code-1/layouttools
Some layout methods and others
Install
npm install --save @test-code-1/layouttools
Usage
import React, { Component } from 'react'
import MyComponent from '@test-code-1/layouttools'
import '@test-code-1/layouttools/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © cc-dev-leader