# HTML Viewer

Simple HTML renderer - useful to display HTML formatted bits, with the option of specifying custom actions on link clicks. 

```element
html-viewer/HTMLViewer
```

## Examples

### HTMLViewer Example 1

Basic example usage of the HTML Viewer. Actions specified in the attribute "data-action" of anchor elements are captured and handled by the handleClick prop.

```
html-viewer/HTMLViewerShowcase
```

## Libraries

[React](https://www.npmjs.com/package/react)
