Admin
The Admin component should wrap all the components used in the Admin Interface, which are:
It manages authentication and renders the Admin menu. It acts also as a Provider for the AdminContext, making it available to the wrapped components.
Props
Properties definition
Property | Definition |
---|---|
isLogin | Default false . It is boolean value to identify the Login page. It is needed to correctly manage the authentication process. |
isPublicDesignSystem | If true, the playground is accessible without authentication, in order to use it as a public design system documentation. |
designSystemTitle | Title to show in the playground page, if it is a public design system page. |