Components

SidebarResourceSection

<SidebarResourceSection />

Constructor

# <SidebarResourceSection />

Groups resources by sections and renders the list in Sidebar

Usage

import { SidebarResourceSection } from 'admin-bro`

View Source admin-bro/src/frontend/components/app/sidebar/sidebar-resource-section.tsx, line 6

Type Definitions

object

# SidebarResourceSectionProps

Properties:
Name Type Description
resources Array.<ResourceJSON>

List of the resources which should be rendered

View Source admin-bro/src/frontend/components/app/sidebar/sidebar-resource-section.tsx, line 35