Skip to main content

Admin

Components

The Admin component family provides the following components:

SubscriberAdministration

A component to manage FreeSewing newsletter subscribers (requires admin role)

You can import the SubscriberAdministration component from the admin component family in the @freesewing/react package:

Javascript
import { SubscriberAdministration } from "@freesewing/react/components/Admin"

UserAdministration

A component to manage FreeSewing users (requires the admin role)

You can import the UserAdministration component from the admin component family in the @freesewing/react package:

Javascript
import { UserAdministration } from "@freesewing/react/components/Admin"