UNPKG

jira-web-components

Version:
27 lines (22 loc) 787 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel='stylesheet' href='../../global.css'> <link rel='stylesheet' href='../../bundle.css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.css" /> <title>Preview Layout</title> </head> <body> <jira-global-config cors="http://localhost:4444" safe="true"></jira-global-config> <jira-text-wrapper> <p>Lorem ipsum [JIRA:KITT-128] dolor sit [JIRA:PD-120] amet</p> <p>Lorem ipsum [JIRA:REISS-30] dolor sit [JIRA:PD-119] amet</p> <p>Lorem ipsum [JIRA:KITT-100] dolor sit [JIRA:SCS-111] amet</p> <p>Lorem ipsum [JIRA:KITT-100] dolor sit [JIRA:SCS-111] amet</p> </jira-text-wrapper> <script type="text/javascript" src="../../bundle.js"></script> </body> </html>