跳到主要内容

Admin

Components

The Admin component family provides the following components:

SubscriberAdministration

A component to manage open clothes newsletter subscribers (requires admin role)

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

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

UserAdministration

A component to manage open clothes users (requires the admin role)

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

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