<script>
export let myClass;
export let attributes = {};
</script>
<div class={myClass} class:three={true} {...attributes}></div>