0.2.0 • Published 6 years ago

unc-react-popup v0.2.0

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

Install

Install it with npm (npm install unc-react-popup --save). Here's a simple example:

import React from 'react';
import { render } from 'react-dom';
import Popup from 'unc-react-popup';

import '../dist/assets/popup.css';

render(
  <Popup />,
  document.getElementById('app')
);

Popup.open({
  title: 'My Title',
  content: 'This is a Unico Digital Component'
});

Documentation

Documentation and demo can be found here: http://jpbaena13.github.io/unc-react-popup/

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago