Spaces:
Runtime error
Runtime error
File size: 288 Bytes
32f0b26 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<script>
import Tooltip, {
Wrapper,
Title,
Content,
Link,
RichActions,
} from '@smui/tooltip';
import IconButton from '@smui/icon-button';
export let text;
</script>
<Tooltip>
<Content>
{text}
</Content>
</Tooltip> |