Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URL's added here will be added as <link>s in order, and before the CSS in the editor. If you link to another Pen, it will include the CSS from that Pen. If the preprocessor matches, it will attempt to combine them before processing.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Save Automatically?

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <som-panel
  id="left-panel"
  title="Panel title"
  overlay="true"
  size="lg"
  breakpoint="md"
>
  <div slot="close-button">
    <som-icon name="icon-trash" aria-label="close icon" color="blue" />
  </div>
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec turpis purus, lacinia in placerat ac, efficitur vitae quam. Pellentesque in erat diam. Nullam sed magna massa. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Pellentesque vel bibendum lacus. Donec quis tellus id tortor semper tempor. Quisque id nibh id lectus ultricies facilisis. Sed porttitor ex interdum facilisis fermentum. Maecenas et lorem nec velit feugiat fermentum. Pellentesque laoreet, sapien quis dictum vulputate, lectus est dignissim tellus, at gravida nibh libero eget leo. Aliquam blandit vulputate cursus. In rutrum tristique luctus.</p>
 </som-panel>
<div class="container pt-3">
  <div class="row">
    <div class="col">
      <button
        class="btn btn-primary"
        onClick="document.getElementById('left-panel').open()"
      >Open Panel</button>
    </div>
  </div>
</div>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console