1.0.0 • Published 4 years ago

globallistings-social-widgets v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

Stamp duty calculator

React social widgets component. Use as a standalone component or require into your react project as a module.

Setup

npm i webpack -g
npm i

Run in dev mode

npm start

Run in test mode

npm test

Release

You can compile either a standalone version of the calculator or a component version for use with require

npm run build:standalone

or

npm run build:component

Usage

  • Component
require('@amidoltd/react-social-widgets')
  • Standalone
ReactSocialWidgets('container');

Release History

0.0.1 Initial release 0.0.2 Add styles.css 0.0.3 Export fix 0.0.4 Create parent index to expost both default and SocialWidgets class 0.0.5 Fix typo 0.0.6 Add isReady prop 0.0.7 Fix component render function when not ready 0.0.8 Add pintrest component 0.0.9 Cleanup some code 0.0.10 Fix linkedIn re rendering 0.0.11 Fix Google plus re rendering 0.0.12 Add facebook async 0.0.13 Add facebook async 0.0.14 Add facebook mobile iframe no param 0.0.15 Add unit test 0.0.16 Fix compatibility with React >= 15 0.1.0 Copy to CBRE repos 0.1.2 corrected .js name

  • 1.0.0 - Updating react packages to ~15.6.0