New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@belong-ui/pill

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@belong-ui/pill

belong-ui: Pill Component

  • 0.1.29
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-93.33%
Maintainers
3
Weekly downloads
 
Created
Source
Tag Usage:
<div className="styleguidist__input-wrap">
  <div>Read Only -Data update  (Activity Status )</div>
  <br />
  <Pill
    variant="default"
  >
    <span>Updated on 30 Dec 19 by Shreyas</span>
  </Pill>
  <br /><br />
  <div>Read Only - Success State</div>
  <br />
  <Pill
    variant="success"
    icon={<i className="fa fa-file" />}
  >
    <span>Consent given</span>
  </Pill>
  <br /><br />
  <div>Read Only - Warning State</div>
  <br />
  <Pill
    variant="warning"
    icon={<i className="fa fa-file" />}
  >
    <span>Consent pending</span>
  </Pill>
  <br /><br />
  <div>Read Only - Critical State</div>
  <br />
  <Pill
    variant="critical"
    icon={<i className="fa fa-file" />}
  >
    <span>Consent not given</span>
  </Pill>
  <br /><br />
  <div>Inactive Pill</div>
  <br />
  <Pill
    variant="tab"
    onClick={(e) => { alert('click on Inactive pill'); }}
  >
    <span>Permanent</span>
  </Pill>
  <br /><br />
  <div>Active Pill</div>
  <br />
  <Pill
    variant="tab"
    isActive
    onHover={(e) => { alert('hover on active pill'); }}
  >
    <span>Permanent</span>
  </Pill>
  <br /><br />
  <div>Read Only - Number</div>
  <br />
  <Pill
    variant="counter"
  >
    <span>3</span>
  </Pill>
  <br /><br />
  <div>Inactive Pill - Wizard</div>
  <br />
  <Pill
    variant="step"
    stepIndex="1"
  >
    <span>Offer Letter</span>
  </Pill>
  <br /><br />
  <div>Active Pill - Wizard</div>
  <br />
  <Pill
    variant="step"
    stepIndex="1"
    isActive
  >
    <span>Interview</span>
  </Pill>
</div>

FAQs

Package last updated on 05 Aug 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc