
<link rel="stylesheet" type="text/css" href="../src/components/index-style.css"  />

# Web Components
Here you can find all of our components we wrote for the all-in-one system as well as the pane system.


To create new components from a template, enter a name here:
<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>