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

feat(link): add href prop #301

Merged
merged 2 commits into from
Oct 4, 2020
Merged

feat(link): add href prop #301

merged 2 commits into from
Oct 4, 2020

Conversation

albertms10
Copy link
Contributor

fixes #300


  • feat(link): add href prop

@albertms10 albertms10 requested a review from metonym as a code owner October 4, 2020 17:58
* Specify href value
* @type {string} [href]
*/
export let href;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I know it's the same, but to stay consistent initialize href as undefined

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well, I (badly?) supposed that not initializing a prop made it kind of mandatory. Nevertheless, I will change this!

@@ -1,4 +1,10 @@
<script>
/**
* Specify href value
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add a "the" after "Specify"

Copy link
Collaborator

@metonym metonym left a comment

Choose a reason for hiding this comment

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

See comments

@vercel
Copy link

vercel bot commented Oct 4, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/carbon-svelte/carbon-components-svelte/3z0gbqpzj
✅ Preview: Failed

Copy link
Collaborator

@metonym metonym left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this

@metonym metonym merged commit 0b9688d into carbon-design-system:master Oct 4, 2020
@albertms10 albertms10 deleted the link-href branch October 4, 2020 18:36
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.

Missing Link href prop
2 participants