mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(component): add Tooltip
Closes #11 - Fixes `tabindex` prop storybook typo
This commit is contained in:
parent
446032d8ee
commit
7e5252951a
19 changed files with 350 additions and 24 deletions
3
src/components/Tooltip/index.js
Normal file
3
src/components/Tooltip/index.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import Tooltip from './Tooltip.svelte';
|
||||
|
||||
export default Tooltip;
|
Loading…
Add table
Add a link
Reference in a new issue