legacy-paperclip
legacy-paperclip copied to clipboard
Paperclip is a common language for designers and developers
Some people may prefer to use lib bindings instead of compiling code, particularly for the backend. Here's some pseudocode of what I'm thinking of: ``` use paperclip as pc; var...
PC should be decoupled from NPM and JS ecosystem in general since it's a platform-agnostic tool. The best approach may be to have standalone binaries that can be installed to...
Feedback from Parker about having the ability to add comments to individual elements as part of the online service. This information should probably go in some API + be attached...
Depends on #844 There should be a way for people to drag and drop components in their preview elements. This is slightly more involved work though since there isn't quite...
look at how to get it working with PC + VS Code TODOS: - [ ] unit tests - [ ] get working - [ ] test across Windows and...
Need some way to generate static assets with designer & PC files built-in so that people can self-host their design system. TODO: - [ ] `paperclip build` command for statically...
This is a maybe feature - cool idea, but not sure how well this will scale. TODOS: - [ ] published packages go under @paperclipui/[package-name] - [ ] Need to...
1. user selects frame 2. user clicks breakpoint options 3. list comes up based on scanned mixins 4. user selects `mobile`, import automatically added and screen size is extracted from...
This is particularly important to make sure that UI is aligned with Figma. This would just be a simple panel (like chrome inspector) that shows computed CSS properties of a...