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

plugins.Header.SimpleHeader.Menu.FactoryItems.StaticMenuItem.tsx Maven / Gradle / Ivy

The newest version!
import React from 'react'
import omit from 'lodash/omit'
import classNames from 'classnames'

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

export function StaticMenuItem({ item, className }: ContextItem) {
    const { style } = item

    return (
        
  • ) }




    © 2015 - 2024 Weber Informatics LLC | Privacy Policy