legacy-paperclip
legacy-paperclip copied to clipboard
Paperclip is a common language for designers and developers
This: https://code.visualstudio.com/api/ux-guidelines/sidebars
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
Some feedback loop for integrating with other systems
```javascript component TodoItem { render div { slot label } } component TodoList { render foreach items as item { TodoItem(label: item.label) } } ``` Alternatively: ```javascript component TodoList {...
If TD is feature-complete, then why not make into a framework?
Good exercise for figuring out a generic library. Examples: - ThreeJS Testing how to: - Add custom components - Generic sidebar controls - generic canvas controls