Skip to content

Commit

Permalink
140 tooltip component (#159)
Browse files Browse the repository at this point in the history
* feat(tooltip): tooltip implemantation

* fix(tooltip): fixed tooltip

* fix(tooltip): change and fix tooltip logic

* fix(tooltip): tooltip completed

* fix: delete spaces

* fix(tooltip): remove unnecessary config and test runner commands package for tests

* fix(tooltip): add spaces for storybook

* fix(tooltip): code review and fix
  • Loading branch information
DamlaDemir committed Jul 26, 2022
1 parent 0a7adb5 commit 8759b63
Show file tree
Hide file tree
Showing 10 changed files with 8,249 additions and 4,570 deletions.
3 changes: 2 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ module.exports = {
'button',
'icon',
'input',
'badge'
'badge',
'tooltip'
],
],
},
Expand Down

0 comments on commit 8759b63

Please sign in to comment.