From b9def668965b069b61ae3b3bdbd8ba9d2b65dc4f Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Wed, 1 May 2024 15:48:05 -0700 Subject: [PATCH] Update README.md, add snippet about compatibility with all frameworks --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c2596ef..4082310 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @lume/live-code -A `` element that gives you a code editor with live results as you type. +A `` HTML element that gives you a code editor with live results as you type. Screenshot 2024-05-01 at 3 34 28 PM @@ -8,6 +8,8 @@ A `` element that gives you a code editor with live results as you ty #### `npm install @lume/live-code` +Compatible with Solid.js, Svelte, Vue, Angular, Ember, jQuery, React, Astro, Qwik.js, and every other web framework or library for creating HTML-based applications. + ## Examples: - CodePen: https://codepen.io/trusktr/pen/PogvVBj @@ -27,7 +29,9 @@ Specify content with the `content` attribute: -