Reviews

SwiftSail Reviews Component


Reviews component can be used on your paywall as a social proof.

Example:

Reviews(reviewItems: [
    ReviewItem(numberOfStars: 5, title: "Streamlined trading journal", description: "Love this program! Very well laid out and it’s simple to use. Had some bugs on my end, but the developer was quick to respond and get it fixed. He always walked me through how the app works in the background to come to its totals. Definitely use it!"),
    ReviewItem(numberOfStars: 5, title: "Efficient trade journal", description: "Great for tracking trades and recording P/L on a regular basis. Shows your performance and you are able to add notes to reflect on your trades. Very well put together app."),
    ReviewItem(numberOfStars: 4, title: "Simple to use trading tool", description: "I’ve been looking for a testing journal app and enjoy the design this one has well as the widget functions. The developer was also quick to respond to any inquiries and critiques"),
    ReviewItem(numberOfStars: 5, title: "Top-notch tracking app", description: "Better then any other trade journal app. Intuitive and straight to the point. A lot of brokers on here. Better then other platforms at this price")
])

Badge