Atri-Labs / atrilabs-engine

🧘‍♂️ Open-source no-code & code web app builder
https://atrilabs.com
GNU General Public License v3.0
4.13k stars 182 forks source link

Add a Testimonials Component #256

Closed adityaxpique closed 1 year ago

adityaxpique commented 1 year ago

The signature of testimonials component should be as follows:-

type TestimonialProps = {
 // Time in milliseconds for each slide
 intervalTime?: number;
 items: {
   // Image of the person giving the review
   profileImage: string;
   // Name of the person giving the review
   profileName: string;
   // The review
   text: string;
   // The designation of review giver
   designation: string
   // The rating
   rating: number
 }[];
};

export const Testimonial: React.FC<TestimonialProps> = React.forwardRef(
  (ref, props) => {
    return <div></div>;
  }
);

Design Reference - https://webflow.com/made-in-webflow/website/Testimonial-Component-25

Naveen-Nair commented 1 year ago

@darshitac11 Hey! I'm interested to contribute to this project. Can you assign me to this task?

darshitac11 commented 1 year ago

@Naveen-Nair - great! I have assigned this issue to you.

Let us know if you have any questions here or in our Slack community.

darshitac11 commented 1 year ago

@all-contributors please add @Naveen-Nair for userTesting

allcontributors[bot] commented 1 year ago

@darshitac11

I've put up a pull request to add @Naveen-Nair! :tada:

vikyale commented 1 year ago

Hello! I'd like to help in this issue, can you assign me to this task? :)

darshitac11 commented 1 year ago

Done!