Socket
Book a DemoInstallSign in
Socket

@ied/nav-card

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ied/nav-card

A component that represents a NavCard

latest
npmnpm
Version
1.0.1
Version published
Maintainers
2
Created
Source

NavCard

Install

yarn add @ied/nav-card

Requirement

If you use icon property, add this in your index.html

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

Use

import NavCard from '@ied/nav-card'

<NavCard title="Informations" description="Update your profile" icon="person" />

Types

type Props = {
  title: string,
  description?: string,
  icon?: string,
  notifications?: number,
  notificationsMax?: number,
  style?: {},
  className?: string
}

FAQs

Package last updated on 09 Mar 2021

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