@temporg/ui-tabs
TypeScript icon, indicating that this package has built-in type declarations

99.10.0 • Public • Published

category: packages

ui-tabs

npm  build-status  MIT License  Code of Conduct

Components

The ui-tabs package contains the following:

Deprecated Components

The following components will be removed in version 7.0.0.

Installation

yarn add @temporg/ui-tabs

Usage

---
example: false
---
import React from 'react'
import { Tabs } from '@temporg/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>
  )
}

Readme

Keywords

none

Package Sidebar

Install

npm i @temporg/ui-tabs

Weekly Downloads

2

Version

99.10.0

License

MIT

Unpacked Size

95.1 kB

Total Files

34

Last publish

Collaborators

  • npm