feat(components): Add reusable message input component, refactor element properties to use accessor, update styles and docs, bump dependencies

This commit is contained in:
2025-12-08 23:03:02 +00:00
parent 5f48ecf7af
commit 7731054f0e
20 changed files with 3956 additions and 4853 deletions

View File

@@ -12,7 +12,7 @@ export const mainpage = () => html`
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
padding: 0;
}
.demo-section {
background: white;