New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@sdfp/navbar

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sdfp/navbar

navbar

latest
Source
npmnpm
Version
1.6.2
Version published
Maintainers
1
Created
Source

@sdfp/navbar

La librería de componentes UI Rankmi Design proporciona un componente Navbar diseñado para la muestra de un menú de navegación primario.

Uso

import NavBar, { NavBrand, NavCollapse, NavList, NavItem } from "@sdfp/navbar";
<Navbar backgroundColor="#0271e0" fixed={fixed.Top}>
  <NavBrand alt="image description" />
  <NavCollapse>
    <NavList>
      <NavItem title="Item Nav" />
      <NavItem title="Item Nav" />
      <NavItem title="Item Nav" />
      <NavItem title="Item Nav">
        <Avatar sizes={AvatarSizes.ExtraSmall} />
      </NavItem>
      <NavItem>
        <Avatar sizes={AvatarSizes.ExtraSmall} />
        Item Nav sin propiedad de título
      </NavItem>
    </NavList>
    <UserBox name="elizabeth">
      <UserBoxItem
        title="Configuración de mi cuenta"
        href="https://www.google.cl"
      />
      <UserBoxItem title="Cerrar Session" />
    </UserBox>
  </NavCollapse>
</Navbar>;

Documentación

Para más información por favor visita el siguiente link: TODO

Keywords

react

FAQs

Package last updated on 13 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts