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(component): add Link component #51

Merged
merged 4 commits into from
Jul 5, 2022
Merged

Conversation

niloysikdar
Copy link
Member

@niloysikdar niloysikdar commented Jul 3, 2022

This Pull Request covers:

  • New component Link
  • Stories for newly added component
  • Props for the component
type LinkStyles = 'root';

export interface LinkProps extends BaseStyleProp<LinkStyles> {
  children?: ReactNode;
  href: string;
  target?: HTMLAttributeAnchorTarget;
}

Resolves #43

Signed-off-by: Niloy Sikdar niloysikdar30@gmail.com

add a new Link component to add links to email

resolves #43

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
add stories for Link component

resolves #43

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
@niloysikdar niloysikdar added the GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022 label Jul 3, 2022
fix Link component with the updated structure and props

resolves #43

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
@niloysikdar niloysikdar marked this pull request as ready for review July 5, 2022 13:35
@agentmilindu agentmilindu merged commit 71390e7 into main Jul 5, 2022
@agentmilindu agentmilindu deleted the feat/43-add-component-link branch July 5, 2022 14:43
github-actions bot pushed a commit that referenced this pull request Jul 5, 2022
# [1.2.0](v1.1.0...v1.2.0) (2022-07-05)

### Features

* **component:** add Link component ([#51](#51)) ([71390e7](71390e7)), closes [#43](#43) [#43](#43) [#43](#43)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add component: Link
2 participants