Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width" />
        <title>Nimble Example</title>
        <link
            rel="stylesheet"
            href="https://unpkg.com/@ni/nimble-tokens/dist/fonts/css/fonts.css"
        />
        <script src="https://unpkg.com/@ni/nimble-components/dist/all-components-bundle.js"></script>
      <script type="module">
         document.getElementById('test').show();
      </script>
    </head>
    <body>
      <nimble-text-field>Back</nimble-text-field>
        <nimble-dialog id="test">
          <nimble-text-field>Hello 1</nimble-text-field>
          <nimble-text-field>Hello 2</nimble-text-field>
        </nimble-dialog>
    </body>
</html>
Output 300px

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

Dismiss x
public
Bin info
rajsitepro
0viewers