Back

StickyNote

Colour variants

Design notes

Remember to check contrast ratios!

To-do

Review PR #42 Update docs

Meeting at 3PM Bring the slides.

Ideas

VirtualList + infinite scroll combo?

Don't forget to water the plant 🌱

Editable note

Click to edit this!

Usage

@display.StickyNote(display.StickyNoteProps{
    Color:       "yellow",    // "yellow"|"pink"|"blue"|"green"|"purple"
    Title:       "My note",
    Content:     "Remember to do the thing!",
    RotationDeg: -2.0,        // -5 to 5 degrees
    Editable:    false,
})