Experimental interface between Svelte and Blocks, providing seamless integration for property management and button interactions.
npm install @nopa/svelte-plus-blocks
<script>
import { BlocksButton } from '@nopa/svelte-plus-blocks';
import { BAction } from '@nopa/svelte-plus-blocks';
</script>
<BlocksButton label="Click me!" primaryAction={BAction.SetProperty('test', true)} />
A Svelte component for manipulating Blocks properties, etc. via a button click.
MIT