Socket
Book a DemoInstallSign in
Socket

@instructure/ui-link

Package Overview
Dependencies
Maintainers
43
Versions
1540
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-link

A component for creating links

latest
Source
npmnpm
Version
10.25.0
Version published
Maintainers
43
Created
Source

npm MIT License Code of Conduct

A styled HTML link component

Components

The ui-link package contains the following:

  • Link

Installation

npm install @instructure/ui-link

Usage

import React from 'react'
import { Link } from '@instructure/ui-link'

const MyLink = () => {
  return (
    <Text>
      This is <Link href="http://instructure.design">a link</Link>!
    </Text>
  )
}

FAQs

Package last updated on 09 Sep 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