Files
chatwoot/public/test-components.html
T
2025-05-08 10:11:01 +05:30

32 lines
799 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web Components Test</title>
<link rel="stylesheet" href="/packs/style.css" />
</head>
<body>
<h1>Web Components Test</h1>
<h2>Button Component</h2>
<woot-button ruby solid label="Click Me"></woot-button>
<h2>Input Component</h2>
<woot-input placeholder="Type something..."></woot-input>
<h2>Message Component</h2>
<woot-message
id="5296"
content="Hey, I want to get my Macbook repaird"
inbox_id="486"
conversation_id="1016"
message-type="0"
content-type="text"
status="sent"
></woot-message>
<script src="/packs/js/ui.js"></script>
</body>
</html>