readui
v1.0.2
Published
React UI Framework dedicated to web accessbility.
Downloads
1
Readme
ReadUI
React UI Framework dedicated to web accessbility.
Install
npm install --save readui
Usage
import React, { Component } from 'react'
import Button from 'readui'
import 'readui/dist/index.css'
class Example extends Component {
render() {
return <Button>This is a button</Button>
}
}
License
MIT © temannin