Closed hhhapz closed 3 years ago
:global
:<script>
import {Button} from "@kahi-ui/framework";
</script>
<Button class="my-button">Click Me</Button>
<style>
:global(button.my-button:hover) {
color: red;
}
</style>
<script>
import {Switch} from "@kahi-ui/framework";
</script>
<Switch
on:click={() => alert("clicked")}
/>
👋🏽 Hey there
2 questions: