yasinui
v1.1.0
Published
İlk react kütüphane denemesi.
Downloads
2
Readme
yasinui
İlk react kütüphane denemesi.
Install
npm install --save yasinui
Usage
import React, { Component } from 'react'
import MyComponent from 'yasinui'
import 'yasinui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © ysnarslan