All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plugins.SideBar.Menu.FactoryItems.StaticMenuItem.tsx Maven / Gradle / Ivy

There is a newer version: 7.28.3
Show newest version
import React from 'react'
import classNames from 'classnames'

import { LinkBody } from '../NavItems/Links/LinkBody'
import { Item } from '../../../CommonMenuTypes'

interface StaticMenuItemProps {
    item: Item
    sidebarOpen: boolean
    isStaticView: boolean
    showContent: boolean
    isMiniView: boolean
    className: string
}

export function StaticMenuItem({ item, className, sidebarOpen, isStaticView, showContent, isMiniView }: StaticMenuItemProps) {
    return (
        
  • ) }




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy