What are these components with the feather icons?

Hi everybody. Does anybody know what components marked with this little feather are called? Is there any documentation for these special components anywhere?

Screen Shot 2022-02-03 at 9.36.41 PM.png

We don’t have them documented, but… they are design system components that have some behavior baked in (for example, Switch can be toggled on and off). After you do codegen, they expose an API that is what you’d expect from a design system library, but look the way you’ve designed it. A bit here: https://docs.plasmic.app/learn/updates/#built-in-interactive-components

Got it, thanks @chungwu

I think a tutorial for how they are used in code would be useful

You can go into your project’s interactive API Explorer for some docs and examples of how to use these!