1.1.3 • Published 4 years ago

react-easy-widget v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-easy-widget

React Library to support Easy Widget

NPM JavaScript Style Guide

Install

Signup at [widget.easy app](https://easy-widget.vercel.app/)] to get an Id specific to you
npm install --save react-easy-widget
or
yarn add react-easy-widget

Usage

import React from 'react'

import { EasyWidget } from 'react-easy-widget'
import 'react-easy-widget/dist/index.css'

const Example = () => {
  return (
    <EasyWidget id='getthis id from widget.easy, check below for details' />
  )
}
Signup at [widget.easy app](https://easy-widget.vercel.app/)] to get an Id specific to you

License

MIT © abhilash4252

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago