UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

23 lines (16 loc) 683 B
/** * > API documentation for the Community-JS Navigation Toolbar Mobile Skeleton component. Learn about the available props and the CSS API. #### Import ```jsx import {NavigationToolbarMobileSkeleton} from '@selfcommunity/react-ui'; ``` #### Component Name The name `SCNavigationToolbarMobileSkeleton` can be used when providing style overrides in the theme. #### CSS |Rule Name|Global class|Description| |---|---|---| |root|.SCNavigationToolbarMobileSkeleton-root|Styles applied to the root element.| |logo|.SCNavigationToolbarMobileSkeleton-logo|Styles applied to the logo element.| * */ export default function NavigationToolbarMobileSkeleton(): JSX.Element;