perspective filters supports lookup

This commit is contained in:
Jan Prochazka
2022-08-06 13:24:51 +02:00
parent ae6c486db5
commit c6dbb31748
8 changed files with 47 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
export let width;
export let isFlex;
export let isFlex = false;
</script>
<div style={`max-width: ${width}px`} class:isFlex>