From 78c64cfd6fb3dea21266ee29fd995ce15f0d54d4 Mon Sep 17 00:00:00 2001 From: Serik Date: Thu, 4 Jul 2024 00:32:37 +0500 Subject: [PATCH] demo --- readme.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/readme.md b/readme.md index 5984fa9..d5b45f5 100644 --- a/readme.md +++ b/readme.md @@ -1,20 +1,18 @@ # Reusable lit components ## WYSIWYG HTML Editor -HTML editor is a tool that allows users to create and edit web content in a way that shows how the final product will appear. -image +[Demo](https://serikshaikamalov.github.io/lit-components/examples/wysiwyg-editor/index.html) +HTML editor is a tool that allows users to create and edit web content in a way that shows how the final product will appear. +image ## Table component - Desktop view -image - + image - Mobile/Tablet view - - - + 1. The component requires two properties: @@ -78,12 +76,7 @@ export class MovieList extends LitElement { } render() { - return html` - - `; + return html` `; } } customElements.define("movie-list", MovieList);