Component
Builder
Export Code
Configuration
Tag Name (requires hyphen)
Tag name must contain a hyphen (-)
Use Shadow DOM
Attributes (Props)
No attributes defined.
Markup & Styles
HTML Template
Slots supported
Hello,
World
!
Default description slot content
CSS Styles
Scoped via Shadow
:host { display: block; font-family: sans-serif; padding: 16px; background: #1e293b; color: #f8fafc; border-radius: 8px; border: 1px solid #334155; } h2 { margin-top: 0; color: #38bdf8; } ::slotted(*) { color: #94a3b8; }
Live Preview
Generated Class
Copy Class
class MyElement...
Copied to clipboard!