react-dymo
v1.0.0
Published
Collection of utilities for React library to handle Dymo Label Web Service
Downloads
4
Readme
react-dymo-hooks
Collection of react utilities to handle the Dymo LabelWriter web service
Install
npm install --save react-dymo-hooks
Usage
import React, { Component } from 'react'
import MyComponent from 'react-dymo-hooks'
import 'react-dymo-hooks/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © apenab