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

@instructure/ui-link

Package Overview
Dependencies
Maintainers
0
Versions
1354
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

8.56.5-pr-snapshot-1729546148514
Source
npm
Version published
Weekly downloads
12K
-1.09%
Maintainers
0
Weekly downloads
 
Created
Source

category: packages

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

---
type: code
---
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 21 Oct 2024

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