Patika.dev npm package publishing task
npm install --save korayui
import React, { Component } from 'react'
import MyComponent from 'korayui'
import 'korayui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © koraygnr