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

@instructure/ui-progress

Package Overview
Dependencies
Maintainers
51
Versions
1622
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-progress

Styled HTML elements for showing completion of a task

latest
Source
npmnpm
Version
11.7.1
Version published
Weekly downloads
11K
-40.87%
Maintainers
51
Weekly downloads
 
Created
Source

ui-progress

npm MIT License Code of Conduct

A styled HTML 'progress' element

Components

The ui-progress package contains the following:

Installation

npm install @instructure/ui-progress

Usage

import React from 'react'
import { ProgressBar } from '@instructure/ui-progress'

const MyProgress = () => {
  return (
    <ProgressBar
      screenReaderLabel="Loading completion"
      valueNow={40}
      valueMax={60}
    />
  )
}

FAQs

Package last updated on 20 Mar 2026

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