New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@instructure/ui-focusable

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.

5.24.1-rc.4
Version published
Weekly downloads
11K
-7.73%
Maintainers
28
Weekly downloads
 
Created

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:

FAQs

Package last updated on 14 Aug 2018

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