You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@instructure/ui-text

Package Overview
Dependencies
Maintainers
40
Versions
1419
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-text

A component for styling textual content

10.15.2
latest
Source
npm
Version published
Weekly downloads
16K
1.25%
Maintainers
40
Weekly downloads
 
Created
Source

category: packages

ui-text

npm MIT License Code of Conduct

A component for styling textual content.

Components

The ui-text package contains the following:

  • Text

Installation

npm install @instructure/ui-text

Usage

---
type: code
---
import React from 'react'
import { Text } from '@instructure/ui-text'

const MyText = () => {
  return (
    <Text>
      Whatever you want to display goes here.
    </Text>
  )
}

FAQs

Package last updated on 07 Apr 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