Public
Like
button-demos
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Quick preview for button designs from Penpot (or any design tool).
- Export your button HTML/CSS from Penpot
- Paste it into
buttons.html - View the live preview at the val's HTTP endpoint
- Raw HTML button elements
<style>blocks with your CSS- Inline styles
- Tailwind classes (loaded automatically)
<style> .my-button { background: #3b82f6; color: white; padding: 12px 24px; border-radius: 8px; } </style> <button class="my-button">Click Me</button>