Skip to content

Display the document in a drawer using an iframe./使い方突っ込む

License

Notifications You must be signed in to change notification settings

try0/side-document

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

side-document

Display the document in a drawer using an iframe.

https://try0.github.io/side-document/

Usage

<script src="https://unpkg.com/@try0/side-document@latest/dist/side-document.umd.js"></script>
<script>
    document.addEventListener("DOMContentLoaded", async () => {
        const sd = await SideDocument.initialize({
            persistState: true,
            defaultSrc: "./sample.html",
        });
        sd.openDrawer("https://example.com/");
    });
</script>

LICENSE

MIT

QR Code is a registered trademark of DENSO WAVE INCORPORATED.

About

Display the document in a drawer using an iframe./使い方突っ込む

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors