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

FeatCards #14 Completed #26

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

yashwanthvarma18
Copy link
Contributor

FeatCard Component

Overview

The FeatCard component is designed to showcase features in a visually appealing manner. It provides a structured layout that highlights the feature title, description, and an optional image or icon, making it perfect for feature lists, product showcases, and marketing pages.

Features

  • Customizable title and description.
  • Supports images or icons for visual representation.
  • Responsive design that adapts to various screen sizes.
  • Easy to integrate with existing UI frameworks.

Installation

To use the FeatCard component, you need to have the following dependencies installed in your project:

npm install feat-card-component

Props

The FeatCard component accepts the following props:

Prop Type Description
title string The title of the feature.
description string A brief description of the feature.
imageUrl string (Optional) URL for an image to display.

Styling

You can customize the styles of the FeatCard component by overriding the default CSS classes:

.feat-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

ScreenShot

image

@yashwanthvarma18
Copy link
Contributor Author

@dakshsinghrathore Please review and merge my code
I tried my best to implement the desgin and all the stuff but I am unable to make the excat things as you mentioned
Thank YOu

Copy link
Member

@dakshsinghrathore dakshsinghrathore 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 to me 🙌🏼

@dakshsinghrathore dakshsinghrathore merged commit 23e5fe5 into dscnsec:main Oct 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants