legacy-paperclip icon indicating copy to clipboard operation
legacy-paperclip copied to clipboard

Paperclip is a common language for designers and developers

Results 136 legacy-paperclip issues
Sort by recently updated
recently updated
newest added

### Considerations - Variants

impact: high
effort: medium

This: https://code.visualstudio.com/api/ux-guidelines/sidebars

area: codespace

impact: high
effort: medium

priority: low
impact: low

Kind of like how Figma does it https://files.slack.com/files-pri/TGYKF98EM-F0436K6G2MC/screen_shot_2022-09-21_at_3.32.38_pm.png

area: language

Some feedback loop for integrating with other systems

priority: high
impact: high
effort: medium

```javascript component TodoItem { render div { slot label } } component TodoList { render foreach items as item { TodoItem(label: item.label) } } ``` Alternatively: ```javascript component TodoList {...

impact: high
effort: high
friction: medium

If TD is feature-complete, then why not make into a framework?

impact: low
effort: medium
friction: high

Good exercise for figuring out a generic library. Examples: - ThreeJS Testing how to: - Add custom components - Generic sidebar controls - generic canvas controls

priority: medium
effort: medium