1.0.5 • Published 4 years ago
kaleidoscope-library v1.0.5
kaleidoscope-library
kaleidoscope is a library
Install
npm install --save kaleidoscope-libraryUsage
import React, { Component } from 'react'
import MyComponent from 'kaleidoscope-library'
import 'kaleidoscope-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © DanForder