Chad Adams
Chad Adams
**Describe the bug** When setting the hover styles the hover styles do not apply. **To Reproduce** See attached video. (I am using the Sveltekit) https://github.com/BuilderIO/builder/assets/12568665/28686b95-98cc-4a2d-a7ff-71be6fa7ce03 **Expected behavior** There should be...
Can we get an icon for the .dart extension? .dart is for the [Dart](https://dart.dev/) programming language. Icon: 64x64 
You can rate programs 1-5 stars. This will let other people know how well the community likes these programs. Here's an example from another Distro (Deepin OS) 
Hello, I recently switched to Microsoft Edge for web dev however I'm running into an issue where clicks stop registering after using dev tools for a few minutes. I can't...
### š The bug Hello, I followed the [installation steps](https://github.com/nuxt-modules/turnstile?tab=readme-ov-file#installation) however... When I use this module, I'm getting this error in the console. ``` The next request for the Private...
figma cli version: `1.3.1` example ```ts figma.connect("", { props: { removeChevron: figma.boolean("Chevron") === false, }, variant: { Type: 'Chevron' }, example: ({ removeChevron }) => html` `, }); ``` output...
figma cli version: `1.3.1` Currently when using `figma.children` thereās no option to specify a slot on the `HtmlTemplateString`. example ```ts figma.connect("", { variant: { Icon: true }, props: { iconInstance:...
figma cli version: `1.3.1` How can we share props across multiple files? example props.ts ```ts import figma from "@figma/code-connect/html"; export const sharedProps = { type: figma.enum("Type", { Primary: "primary", Secondary:...
figma cli version: `1.3.1` Currently we use web components which the usage varies depending on what framework is being used to consume the component. In Figma we want to display...
My team wants to provide output code in [Lit ](https://lit.dev/) syntax where we show how to bind click events however the syntax `@click=${() => console.log("clicked")}` doesn't seem to be supported...