Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@instructure/ui-link

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-link

A component for creating links


Version published
Weekly downloads
4.7K
decreased by-9.06%
Maintainers
36
Weekly downloads
 
Created

category: packages

npm MIT License Code of Conduct

A styled HTML link component

Components

The ui-link package contains the following:

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 26 Nov 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