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: add profile simplified compoenent #284

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

DavidDyberg
Copy link
Contributor

@DavidDyberg DavidDyberg commented Feb 5, 2025

This PR includes the component for simplified profile

It takes in these props

  • username
  • image
  • size

Example usage:

<x-profile-simplified
    username="Jane Doe"
    size="md"
    image="https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=2864&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
/> 

closes #218

@ell-ska ell-ska temporarily deployed to create-simplified-profile-component - u04-imdb-clone PR #284 February 5, 2025 17:48 — with Render Destroyed
Copy link
Contributor

@beforeAW beforeAW left a comment

Choose a reason for hiding this comment

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

Looks good

@ell-ska ell-ska merged commit 5417701 into main Feb 7, 2025
1 check passed
@ell-ska ell-ska deleted the create-simplified-profile-component branch February 7, 2025 11:01
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.

create simplified profile component
3 participants