Socket
Book a DemoInstallSign in
Socket

@asphalt-react/qualifier

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asphalt-react/qualifier

Reusable qualifier component

latest
npmnpm
Version
2.12.0
Version published
Weekly downloads
385
-48.53%
Maintainers
6
Weekly downloads
 
Created
Source

Qualifier

npm

⚠️ Designed for Asphalt React component packages. Use at your own risk, if using externally.

Returns the qualifier element. Supports text and icon as SVG. Warns if the icon is not an SVG.

Usage

import { Qualifier } from "@asphalt-react/qualifier"
import { SearchIcon } from "@asphalt-react/iconpack"

function App() {
  return (
    <Qualifier><SearchIcon /></Qualifier>
  )
}

Props

children

Qualifier to render. Accepts SVG for icon and string.

typerequireddefault
uniontrueN/A

iconSize

Size of the icon qualifier.

typerequireddefault
nodefalse{ width: "16", height: "16" }

Keywords

asphalt

FAQs

Package last updated on 28 Nov 2025

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