Socket
Book a DemoInstallSign in
Socket

@instructure/ui-tabs

Package Overview
Dependencies
Maintainers
43
Versions
2233
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.

latest
Source
npmnpm
Version
10.25.0
Version published
Weekly downloads
7.3K
-24.14%
Maintainers
43
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 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