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

priority: high
effort: medium

This could provide additional functionality that isn't supported by HTML and CSS out of the box. For example: Can be expressed with: ```css div { style { /* left right...

impact: high
effort: low

Good inspiration: https://motion.dev/tools

impact: high
effort: medium

Ideally a collection of components that integrate with Wordpress

impact: high
effort: high
area: integrations

It will be confusing for users that they cannot re-use the same name for different expressions. For example: ```javascript style Button { } component Button { } ``` Will produce...

priority: medium
effort: medium
area: language

Components would need to be wrapped around web components, and then props would need to be exposed to enable designers to customize UIs.

impact: high
effort: medium

E.g: ```javascript export const useSomething = (props) => { return { items: [] }; }; useSomething.props = { props: { }, returns: { items: ["string"] } }; ``` ☝️ use...

impact: high
effort: medium
API
area: compilers

https://www.youtube.com/watch?v=8bqkvfRuFYk

impact: medium
effort: medium

```javascript public variant mobile trigger { "@media screen and (max-width: 100px)" } public component Test { render div { style trigger mobile { } } } ``` Alternatively: ```javascript public...

impact: high
area: language

``` public variant mobile trigger { "@media screen and (max-width: 100px)" } public token fontSize { default 12px variant mobile 32px } ```

area: language