layout-3d
v1.0.21
Published
Made with create-react-library
Downloads
4
Readme
layout-3d
Made with create-react-library
Install
npm install --save layout-3d
Usage
import React, { Component } from 'react'
import MyComponent from 'layout-3d'
import 'layout-3d/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © [Glue Digital](https://github.com/Glue Digital)