Skip to main content

Patrons

Components

The Patrons component family provides the following components:

Joost

A component that renders the signed name for joost, the FreeSewing maintainer, as SVG

You can import the Joost component from the patrons component family in the @freesewing/react package:

Javascript
import { Joost } from "@freesewing/react/components/Patrons"

Plea

A component that shows a plea for financial support

You can import the Plea component from the patrons component family in the @freesewing/react package:

Javascript
import { Plea } from "@freesewing/react/components/Patrons"

PleaseSubscribe

A component to ask people to support FreeSewing financially This component will pass down all props to the Subscribe component

You can import the PleaseSubscribe component from the patrons component family in the @freesewing/react package:

Javascript
import { PleaseSubscribe } from "@freesewing/react/components/Patrons"

Subscribe

A component to set up a finciancial subscription to FreeSewing, also can handle one-time donations

You can import the Subscribe component from the patrons component family in the @freesewing/react package:

Javascript
import { Subscribe } from "@freesewing/react/components/Patrons"