Use 14px for content text
API tokens
Production token expires in 30 days.
API tokens
Production token expires in 30 days.
Cloudflare product design guidance for building and reviewing Kumo interfaces.
npx skills add cloudflare/kumo@kumo-design Production token expires in 30 days.
Production token expires in 30 days.
tracking-* classes to change the spacing between characters.font-boldfont-semibold for headings and font-medium for bold inline text.This action is required.
This action is required.
Measure site traffic without changing your code.
Measure site traffic without changing your code.
Production
Production
ring ring-kumo-line to create a transparent border that maintains sharp edges.Last deployed 4 minutes ago
Last deployed 4 minutes ago
h-lh flex items-center for multi-line alignment.API token permissions cannot be changed after creation.
API token permissions cannot be changed after creation.
API token permissions cannot be changed after creation.
Edit wrangler.toml to continue.
Edit wrangler.toml to continue.
border to separate sticky elements from the contentAPI tokens
Production token
Preview token
Staging token
Development token
Testing token
Production token
Preview token
Staging token
Development token
Testing token
API tokens
Production token
Preview token
Staging token
Development token
Testing token
Production token
Preview token
Staging token
Development token
Testing token
Measure traffic without changing your code.
Measure traffic without changing your code.
LayerCard on top of one anotherTime
Status
Query
00:50 UTC
Error
kumo
Time
Status
Query
00:50 UTC
Error
kumo
open prop to determine if a dialog should be visible or not.<Dialog.Root open={open} onOpenChange={setOpen}>
<Dialog>
<Dialog.Title>Edit Worker</Dialog.Title>
<Dialog.Description>Update this Worker's settings.</Dialog.Description>
</Dialog>
</Dialog.Root>{open && (
<Dialog.Root open>
<Dialog>
<Dialog.Title>Edit Worker</Dialog.Title>
</Dialog>
</Dialog.Root>
)}