
# Widgets Web Components

<script>
  import ComponentCreator from "src/client/morphic/component-creator.js"
  var container  = lively.query(this, "lively-container")
  if(!container) throw new Error("Not inside lively container?");
  ComponentCreator.createUI(container)
</script>


### lively-bibtex 
![](lively-bibtex.png){width=300px}

A bidtex contains other lively-bibtex-entry

#### lively-bibtex-entry



### lively-code-mirror 
![](lively-code-mirror.png){width=300px}

#### lively-code-mirror-widget-import

### lively-component-bin-tile

### lively-connector
![lively-crayoncolors](lively-crayoncolors.png){width=300px}

## lively-dialog 


![](lively-drawboard.png) [open](open://lively-drawboard) 

## lively-drawio [open](open://lively-drawio)
### lively-error  
### lively-essay
### lively-eval-element
### lively-file
### lively-iframe
### lively-import
### lively-key-value-input
### lively-key-value-map
### lively-link
### lively-list
### lively-markdown
### lively-menu
### lively-notification-list
### lively-notification
### lively-paper
### lively-pdf
### lively-penchooser
### lively-presentation
### lively-progress
### lively-resizer
### lively-script
### lively-separator
### lively-svg
 ### lively-table
### lively-window


<script>
  ComponentCreator.listComponentsUI(container)
</script>

