joinble-ui
v2.12.2
Published
Joinble UI is a set of React Components that implements theming of Joinble Creator
Downloads
158
Readme
joinble-ui
Joinble UI is a set of React Components that implements theming of Joinble Creator
Install
yarn addjoinble-ui
Usage
import React, { Component } from 'react'
import { Button } from 'joinble-ui'
import 'joinble-ui/dist/index.css'
class Example extends Component {
render() {
return <Button type='text' />
}
}
License
MIT © joinble