@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
25 lines (18 loc) • 804 B
TypeScript
/**
* > API documentation for the Community-JS Navigation Toolbar Skeleton component. Learn about the available props and the CSS API.
#### Import
```jsx
import {MobileHeaderSkeleton} from '@selfcommunity/react-ui';
```
#### Component Name
The name `SCNavigationToolbar-skeleton-root` can be used when providing style overrides in the theme.
#### CSS
|Rule Name|Global class|Description|
|---|---|---|
|root|.SCNavigationToolbar-skeleton-root|Styles applied to the root element.|
|logo|.SCNavigationToolbar-logo|Styles applied to the logo element.|
|navigation|.SCNavigationToolbar-navigation|Styles applied to the navigation element.|
|avatar|.SCNavigationToolbar-avatar|Styles applied to the avatar element.|
*
*/
export default function NavigationToolbarSkeleton(): JSX.Element;