Creating a component with CSS and JavaScript

What’s the best way to create a component in studio with some css and javascript? Wanting to add this: https://codepen.io/TheeBryanWhite/pen/KwdWQP

Use the embed html

@attainable_catshark does that allow for css and js as well?

yes. just add

<style>
</style>
<script>
</script>

Oh! I just made a navbar component animation/interaction like that yesterday.
I only used Plasmic’s built-in states/variables and set transitions to smooth things out
(here’s a project with the navbar I made: https://studio.plasmic.app/projects/havdnbrThqi7uKYoUgpUYF)

@able_bandicoot super cool - will have to check this out. Wondering how to make it even smoother transition….