⌃+g VIEW SOURCE
svtui v69420-abcdef0

An open-source, minimal Svelte component repository for building web applications and static sites with terminal aesthetic. Inspired by srcl. This project is currently under development and prone to issues.

Action Button Buttons that represent actions, typically used for navigation or important tasks.
Action List Action lists are used to present a list of actions or options to the user.
Badge Badges are small, inline elements used to display status, counts, or labels.

EXAMPLE

Example
Button Buttons that should be used primarily for actions that require attention.

EXAMPLE

LINK BUTTON
Code Block Code blocks are used to display code snippets in a formatted manner.

EXAMPLE

001 package main
002
003 import "fmt"
004
005 func main() {
006 fmt.Println("Hello, World!")
007 }
Input/Label Input fields for user text input, specifically. Labels are used to describe the input fields.

EXAMPLE

Enter your text here...
$