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

Add BlogPostCard component #70

Closed
wants to merge 1 commit into from
Closed

Add BlogPostCard component #70

wants to merge 1 commit into from

Conversation

nukeop
Copy link
Owner

@nukeop nukeop commented Jun 7, 2024

Introduces a new BlogPostCard component to the library, enhancing the variety of card types available for use.

  • Component Addition: Adds the BlogPostCard component in src/BlogPostCard/index.tsx, designed to display blog posts with properties for title, excerpt, author, date, and thumbnail.
  • Styling: Includes styling for the new component in src/BlogPostCard/styles.module.scss, ensuring a visually appealing layout that matches the existing design language of the library.
  • Library Export: Updates src/index.tsx to export the BlogPostCard, making it accessible for import and use in external projects.
  • Documentation: Modifies README.md to document the BlogPostCard, providing users with information on its props and usage.
  • Storybook Stories: Adds Storybook stories for the BlogPostCard in src/stories/BlogPostCard.stories.tsx, showcasing different usage scenarios to help users understand how to implement the component effectively.

For more details, open the Copilot Workspace session.

@nukeop nukeop closed this Jun 7, 2024
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.

1 participant