mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
add pdf-js viewer
This commit is contained in:
7
webapp/views/components/Button.js
Normal file
7
webapp/views/components/Button.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { h } from 'preact';
|
||||
|
||||
export default function(props) {
|
||||
return (
|
||||
<button onClick={props.onClick}>{props.text}</button>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user