hr



Text inputs

// <input> · <textarea> · search

Tip: keep it under 200 chars.

Please enter a valid email address.

Select, date, number, file, range

// native controls dressed up

Checkbox, radio, toggle

// real inputs, sketchy boxes

Buttons, chips, badges

// each button has its own irregular radius

#design × #sketchy × on sale new illustration
Inbox 12 Mentions 3

Alerts & callouts

// status, info, warning, error, success

Heads up. The wobble filter is purely cosmetic.
Almost full. 87% of your sketchbook quota.
Couldn't save. Marker dried out. Try again.
Saved! Your drawing is in the studio.

Avatars, rating, stepper

// people + interactive bits

A M S ABC+5
1Sketch 2Refine 3Ship

Tabs

// data-tabs container; data-tab + data-panel pairs

Drafts
Published
Archive
Three drafts in progress. Open one to keep scribbling.
Twelve published sketches.
Old drawings. Dust them off.

Accordion

// uses native <details>, no JS

What is this kit?
A small CSS + vanilla-JS UI kit with hand-drawn aesthetics. Drop in sketchy.css and sketchy.js, you're done.
Does it work in dark mode?
Yes — set data-theme="dark" on the <html> element, or click the moon in the nav.
Is it accessible?
Form controls are native. Focus rings, keyboard nav for combobox + lightbox. Reduced-motion is respected.

Dropdown menu

// data-dropdown-trigger toggles open/close

Combobox

// data-combo + data-options JSON or comma-list

Image gallery + lightbox

// click any thumb · ← → arrows · Esc to close

Table

// dashed cell separators, sketchy header

SketchTagsSaved
Onboarding flowux mobile2 days
Color studytype palette5 days
Logo wobblebrand1 wk
Marker UI kitui illustrationjust now

Modal · Toast · Tooltip

// data-modal-open · Sketchy.toast() · .tt wrapper

Tooltip — speech bubble M Maria Lopez

Skeletons, empty state, swatches

// loading, no-data, color picker

Nothing here yet

Start by drawing your first sketch.

Date picker

// custom calendar — click title to switch month/year views

Click the title to jump to month, again for year. Today + Clear shortcuts in the footer.

Pagination · Breadcrumbs

// for paged lists and trail navigation

Images inside hand-drawn frames

// .frame — sharp image, sketchy border

Landscape
Portrait
Abstract
<div class="frame">
  <img src="photo.jpg" alt="..." />
</div>

The image clips to clean sharp corners via overflow:hidden. Only the ::after border gets the wobble filter — content stays pixel-perfect.