feat(component): add Tooltip

Closes #11

- Fixes `tabindex` prop storybook typo
This commit is contained in:
Eric Liu 2019-12-29 10:10:56 -08:00
commit 7e5252951a
19 changed files with 350 additions and 24 deletions

View file

@ -117,7 +117,6 @@
}
});
// $: hasCalendar.set($mode === 'single' || $mode === 'range');
$: inputValue.set(value);
$: value = $inputValue;
</script>