Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv='X-UA-Compatible' content='IE=edge'>
        <meta charset="utf-8">
        <title>UI5 Web Components Enablement for OpenUI5</title>
        <script id='sap-ui-bootstrap'
            src='https://openui5.hana.ondemand.com/1.99.0/resources/sap-ui-core.js'
            data-sap-ui-theme='sap_fiori_3'
            data-sap-ui-libs='sap.ui.webc.main'
            data-sap-ui-async='true'
            data-sap-ui-compatVersion='edge'></script>
        <script>
            sap.ui.getCore().attachInit(function() {
                sap.ui.require(["sap/ui/webc/main/Button"], function(Button) {
                    new Button({
                        text: "Hello World"
                    }).placeAt("content");
                });
            });
                                         
        </script>
    </head>
    <body id='content' class='sapUiBody'>
    </body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
petermuessigpro
0viewers