novacbn / kahi-ui

Straight-forward Svelte UI for the Web
https://kahi-ui.nbn.dev
MIT License
188 stars 5 forks source link

[0.4.11] Forward Actions to Components + Forward Set of Global Events #87

Closed novacbn closed 2 years ago

novacbn commented 2 years ago

CHANGELOG

<script>
    import {click_outside} from "@kahi-ui/framework";
</script>

<!-- prettier-ignore -->
<Box actions={[
    [click_outside, {on_click_outside: () => console.log("clicked!")}]
]}>
    ...
</Box>
github-actions[bot] commented 2 years ago

Preview: https://novacbn-kahi-ui-pr-87-run-412.surge.sh

github-actions[bot] commented 2 years ago

Preview: https://novacbn-kahi-ui-pr-87-run-422.surge.sh

github-actions[bot] commented 2 years ago

Preview: https://novacbn-kahi-ui-pr-87-run-424.surge.sh