diff --git a/src/Arrow/Arrow.svelte b/src/Arrow/Arrow.svelte index 5a908fc..0f44fbc 100644 --- a/src/Arrow/Arrow.svelte +++ b/src/Arrow/Arrow.svelte @@ -4,10 +4,16 @@ * Indicates direction of the arrow ('next', 'prev') */ export let direction = NEXT + + /** + * Indicates if button disabled + */ + export let disabled = false