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(email component): add Email component #27

Merged
merged 3 commits into from
Jun 18, 2022

Conversation

niloysikdar
Copy link
Member

This PR covers:

add the first working initial component, Email component for the package

resolves #17

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

add the first working initial component, `Email` component for the package

resolves #17

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 Jun 18, 2022
src/components/Email/index.tsx Outdated Show resolved Hide resolved
src/components/Email/index.tsx Outdated Show resolved Hide resolved
src/components/Email/index.tsx Outdated Show resolved Hide resolved
destructure the props and use it
remove `FC` and directly use the EmailProps
change `EmailPropType` to `EmailProps`

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
add return Type as `JSX.Element` for the Email component

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
@agentmilindu agentmilindu merged commit bf359d6 into main Jun 18, 2022
@agentmilindu agentmilindu deleted the 17-creating-initial-component branch June 18, 2022 17:39
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.

Creating initial component
2 participants