Dito Spectacle Theme
npm install --save dito-spectacle-themeimport React, { Component } from 'react'
import MyComponent from 'dito-spectacle-theme'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}MIT © arthurbailao