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

@ucalgary-design-system/search-input

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ucalgary-design-system/search-input

A web component for SearchInput

latest
npmnpm
Version
1.0.2
Version published
Maintainers
2
Created
Source

SearchInput

This package provides the SearchInput web component.

Installation

Install the component using npm:

npm install @ucalgary-design-system/search-input

Usage

Import the component into your application:

import "@ucalgary-design-system/search-input";

Use the component in your HTML:

<ucds-search-input></ucds-search-input>

💡 Our components automatically load global design tokens when first used. You don’t need to import them manually!

Development

Build the component:

npm run build

Alternatively, build from the monorepo root:

npm run build -w @ucalgary-design-system/ucds-search-input

Run storybook from the monorepo root.

Testing

Run the test from this package:

npm run test

Alternatively, run the tests from the monorepo root:

npm run test -w @ucalgary-design-system/ucds-search-input

FAQs

Package last updated on 02 Dec 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