You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@hawk-ui/label

Package Overview
Dependencies
Maintainers
0
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hawk-ui/label

hawk-ui: Basic Label Component


Version published
Weekly downloads
108
decreased by-73.85%
Maintainers
0
Created
Weekly downloads
 

Readme

Source

Installation

To install a component run

$ npm install @hawk-ui/label --save

Please import CSS styles via
@import '/path__to__node_modules/@hawk-ui/label/dist/index.min.css

Usage

Without Required

Demo

import Label from '@hawk-ui/label';
<Label
  title="Label"
/>
With Required

Demo

import Label from '@hawk-ui/label';
<Label
  title="Label"
  isRequired
/>
With Left icon

Demo

import Label from '@hawk-ui/label';
<Label
  icon="fa fa-copy"
  title="Label"
/>
With Right icon

Demo

import Label from '@hawk-ui/label';
<Label
  icon="fa fa-copy"
  iconPlacement="right"
  title="Label"
  isRequired
/>

Keywords

FAQs

Package last updated on 18 Jul 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc