UNPKG

docuhelp

Version:
34 lines (30 loc) 940 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>DocuHelp Demo</title> <link rel="stylesheet" href="style.css"> </head> <body> <h2 style="text-align: center;">DocuHelp Demo</h2> <script src="https://unpkg.com/docuhelp@0.0.22/dist/docuhelp.js"></script> <script> let opts = { headerText: 'Instant Answers', sortOptions: { order: 'desc', sort_field: 'title' }, articles: [ {title: 'How to handle international payments lorem ipsum dolor sit amet compiles and minifi compiles and minifi compiles and minifi compiles and minifi', body: 'body' } ] } let docuHelp = new DocuHelp(opts) setTimeout(() => docuHelp.mount(), 1000) </script> </body> </html>