跳到主要内容

Patrons

Components

The Patrons component family provides the following components:

Joost

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

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

Javascript
import { Joost } from "@openclothes/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 @openclothes/react package:

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

PleaseSubscribe

A component to ask people to support open clothes 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 @openclothes/react package:

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

Subscribe

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

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

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