You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP β†’
Socket
Book a DemoInstallSign in
Socket

@instructure/ui-tabs

Package Overview
Dependencies
Maintainers
42
Versions
2195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-tabs

A UI component library made by Instructure Inc.

10.23.0
Source
npmnpm
Version published
Weekly downloads
14K
12.79%
Maintainers
42
Weekly downloads
Β 
Created
Source

ui-tabs

npm MIT License Code of Conduct

Components

The ui-tabs package contains the following:

  • Tabs

Installation

npm install @instructure/ui-tabs

Usage

import React from 'react'
import { Tabs } from '@instructure/ui-tabs'

export default MyTabs = function () {
  return (
    <Tabs>
      <Tabs.Panel renderTitle="First Tab">Tab One</Tabs.Panel>
      <Tabs.Panel renderTitle="Second Tab" isSelected>
        Tab Two
      </Tabs.Panel>
      <Tabs.Panel renderTitle="Third Tab" isDisabled>
        Tab Three
      </Tabs.Panel>
    </Tabs>
  )
}

FAQs

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