Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IT-6019 Fix hover state on IconButton on mobile #427

Merged
merged 6 commits into from
Oct 28, 2024

Conversation

fraszczakszymon
Copy link
Contributor

No description provided.

@fraszczakszymon
Copy link
Contributor Author

/build

@fraszczakszymon fraszczakszymon marked this pull request as ready for review October 21, 2024 07:39
@fraszczakszymon
Copy link
Contributor Author

/build

@@ -351,9 +354,13 @@ export default defineComponent({
},
},
},
setup() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I use both APIs in the same component?

Yes. You can use Composition API via the setup() option in an Options API component.

However, we only recommend doing so if you have an existing Options API codebase that needs to integrate with new features / external libraries written with Composition API.

https://vuejs.org/guide/extras/composition-api-faq.html#can-i-use-both-apis-in-the-same-component

Fine, we can unify later when we're sure on <script setup> vs defineComponent()

@rogatty
Copy link
Contributor

rogatty commented Oct 28, 2024

/review

Copy link

Your storybook is available on: https://wnl-design-system-preview.s3.amazonaws.com/IT-6019/index.html

@rogatty rogatty merged commit 94c6f49 into master Oct 28, 2024
1 check passed
@rogatty rogatty deleted the IT-6019-icon-button-hover-state branch October 28, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants