serlo / serlo-editor-lit

Example implementation of the serlo webcomponent editor in a lit environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickstart guide for the @serlo/editor-web-component in lit

Lit is a webcomponent framework by Google. The Serlo Editor integrates natively into any environment due to its support for webcomponents. This repo is a minimal barebones example on how to get a Serlo editor started in a lit environment.

Usually, lit is used with TypeScript but to keep the sample small we have opted for the tiniest example possible. All principles apply equally to any other environment that lit can be set up in.

About

Example implementation of the serlo webcomponent editor in a lit environment


Languages

Language:JavaScript 95.4%Language:HTML 4.6%