v0.0.33

Freply

Lightweight and composable feedback system for Courier

Feedback is priceless, and some users of your website are kind enough to give it. Freply is a fast, accessible and composable widget with a robust set of features to connect developers with their users. Recieve feedback, feature requests, and bug reports directly in your inbox.

import * as F from '@freply/react'
<F.Form>
<F.Success>
<F.Checkmark />
<F.Thanks>Thanks! We received your feedback.</F.Thanks>
<F.BackButton>Anything else? Let us know</F.BackButton>
</F.Success>
<F.Content>
<F.Textarea placeholder='What would you like us to know?' />
<F.Footer>
<F.Report>
<F.ReportButton>Idea</F.ReportButton>
<F.ReportButton>Issue</F.ReportButton>
<F.ReportButton>Other</F.ReportButton>
</F.Report>
<F.Options>
<F.Screenshot>Take Screenshot</F.Screenshot>
<F.Submit>Send</F.Submit>
</F.Options>
</F.Footer>
</F.Content>
</F.Form>