Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

joinble-ui

joinble137MIT2.12.2TypeScript support: included

Joinble UI is a set of React Components that implements theming of Joinble Creator

readme

joinble-ui

Joinble UI is a set of React Components that implements theming of Joinble Creator

NPM JavaScript Style Guide Joinble

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