forked from coracle/flotilla
Finish space create form
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<script lang="ts">
|
||||
import cx from 'classnames'
|
||||
|
||||
export let href
|
||||
export let external = false
|
||||
</script>
|
||||
|
||||
<a
|
||||
{href}
|
||||
{...$$props}
|
||||
class={cx($$props.class, "cursor-pointer underline text-primary")}
|
||||
rel={external ? "noopener noreferer" : ""}
|
||||
target={external ? "_blank" : ""}>
|
||||
<slot />
|
||||
</a>
|
||||
Reference in New Issue
Block a user