16.1.1 • Published 7 years ago
itsa-react-docviewer v16.1.1
React component that views documents using Google Doc Viewer
How to use:
const ReactDOM = require("react-dom"),
Component = require("itsa-react-docviewer");
const props = {
allowFullScreen: true,
src: "http://projects.itsasbreuk.nl/react-components/itsa-docviewer/example.pdf"
};
ReactDOM.render(
<Component {...props} />,
document.getElementById("component-container")
);About the css
You need the right css in order to make use of itsa-react-checkbox. There are 2 options:
- You can use the css-files inside the
css-folder. - You can use:
Component = require("itsa-react-docviewer/lib/component-styled.jsx");and build your project withwebpack. This is needed, because you need the right plugin to handle a requirement of thescss-file.
If you want to express your appreciation
Feel free to donate to one of these addresses; my thanks will be great :)
- Ether: 0xE096EBC2D19eaE7dA8745AA5D71d4830Ef3DF963
- Bitcoin: 37GgB6MrvuxyqkQnGjwxcn7vkcdont1Vmg
16.1.1
7 years ago
16.1.0
7 years ago
16.0.7
8 years ago
16.0.6
8 years ago
16.0.5
9 years ago
16.0.4
9 years ago
16.0.3
9 years ago
16.0.2
9 years ago
16.0.1
9 years ago
16.0.0
9 years ago
15.0.7
10 years ago
15.0.6
10 years ago
15.0.5
10 years ago
15.0.4
10 years ago
15.0.3
10 years ago
15.0.2
10 years ago
15.0.1
10 years ago
15.0.0
10 years ago