Lab
Utility showcase
A small sandbox for trying shared utilities and interaction states without relying on ad hoc inline styling.
Current input
hello world
capitalize(input)
Hello world
isEmpty(input)
false
clamp(50, 0, 100)
50
formatDate(new Date())
loading...
randomId()
Generating...