Sticky Note
An editable coloured note for boards and canvases.
Double click to edit me
Installation
Run the following command to install the `sticky-note` components:
npx shadcn-svelte@latest add https://more-shadcn.noair.fun/r/sticky-note.json
Editing
Double click the note — or focus it and press
Enter — to edit, and blur or press Escape to commit. Double click rather than single click is deliberate: it leaves single click free for
dragging when the note sits on a canvas. Pass editable={false} for a read
only note.Colours and sizes
Six colours and three sizes. The palette appears on hover or focus and writes straight to the
bindable
color prop; hide it with showPalette={false}. rotate adds a tilt.yellow
pink
blue
green
purple
gray
On a canvas
The note has no dragging of its own, which is what lets it drop cleanly into a Canvas.Node — that handles
position while the note handles content.
Cut the onboarding to three steps
Empty states need copy
Who owns the migration?
100%
Custom content
Pass children to replace the text body entirely — the colour, tilt and palette still apply.