workfusion-components

Workfusion custom resuable components

Usage no npm install needed!

<script type="module">
  import workfusionComponents from 'https://cdn.skypack.dev/workfusion-components';
</script>

README

workfusion-components

Workfusion custom resuable components

NPM JavaScript Style Guide

Install

npm install --save workfusion-components

Usage

import React, { Component } from 'react'

import MyComponent from 'workfusion-components'
import 'workfusion-components/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT ©