🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

@instructure/ui-focusable

Package Overview
Dependencies
Maintainers
33
Versions
2175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-focusable

A UI component library made by Instructure Inc.

Source
npmnpm
Version
5.44.1-rc.4
Version published
Weekly downloads
16K
-11.29%
Maintainers
33
Weekly downloads
 
Created
Source

category: packages

ui-focusable

npm build-status MIT License Code of Conduct

Installation

yarn add @instructure/ui-focusable

Usage

import React from 'react'
import Focusable from '@instructure/ui-focusable/lib/components/Focusable'

export default MyFocusable = function () {
  return (
    <Focusable>
    {({ focused }) => (
      <FocusableView focused={focused}>
        Hello! Focus me!
      </FocusableView>
    )}
    </Focusable>
  )
}

Components

The ui-focusable package contains the following:

  • Focusable

FAQs

Package last updated on 05 Mar 2019

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