Add these links to your HTML file:
Optional: Add Tailwind CSS for layout utilities (flex, grid, spacing)
To use any component, simply:
Or Vibe coding
Just drop the full Components page html code to the AI Model, tell it that flow the component usage
Override CSS variables to customize the theme:
terminal.css includes a theming system that allows you to easily switch between different color schemes. The selected theme is persisted across pages using the browser's localStorage.
index.css stylesheet and then a theme stylesheet in your <head> section. The theme stylesheet must have the ID theme-switcher.
To enable theme switching and persistence, include the index.js script at the end of your <body> tag. This script contains the necessary logic to manage themes.
You can then add a theme selector dropdown to your HTML, like this:
The value attribute of each option should match the filename of the theme (e.g., default for themes/default.css).