NavLink

object NavLink extends ExternalComponentWithAttributes[tag.type]
class ExternalComponentWithAttributes[tag.type]
class ExternalComponentWithAttributesWithRefType[tag.type, Object]
class Object
trait Matchable
class Any
NavLink.type

Type members

Classlikes

case class Props(to: String, activeClassName: UndefOr[String], exact: Boolean, children: ReactElement)

Inherited types

type Element = E
Inherited from:
ExternalComponentWithAttributesWithRefType
type RefType = R
Inherited from:
ExternalComponentWithAttributesWithRefType

Value members

Concrete methods

def apply(mods: TagMod[tag.type]*)(to: String, activeClassName: UndefOr[String], exact: Boolean)(children: ReactElement): ReactElement

Inherited methods

def apply(p: Props): BuildingComponent[tag.type, Object]
Inherited from:
ExternalComponentWithAttributesWithRefType

Concrete fields

override val component: String | Object