UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

42 lines (30 loc) 807 B
--- id: Notification drawer section: components cssPrefix: pf-v6-c-notification-drawer propComponents: [ 'NotificationDrawer', 'NotificationDrawerBody', 'NotificationDrawerHeader', 'NotificationDrawerGroup', 'NotificationDrawerGroupList', 'NotificationDrawerList', 'NotificationDrawerListItem', 'NotificationDrawerListItemBody', 'NotificationDrawerListItemHeader' ] --- import { useState } from 'react'; import SearchIcon from '@patternfly/react-icons/dist/esm/icons/search-icon'; import EllipsisVIcon from '@patternfly/react-icons/dist/esm/icons/ellipsis-v-icon'; ## Examples ### Basic ```ts file="NotificationDrawerBasic.tsx" ``` ### Groups ```ts file="NotificationDrawerGroups.tsx" ``` ### Lightweight ```ts file="NotificationDrawerLightweight.tsx" ```