Trap

An attachment limits the focus target inside the element.

Preview
Code

Basic Example

<script>
	import { trap } from 'lithesome';
</script>

<div {@attach trap()}>
	<input />
	<button>Click me</button>
</div>