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

@trilogyeducation/ux-kit

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trilogyeducation/ux-kit

2U Bootcamp TechDev UX Kit. A library of reusable, responsive, accessible front end components written in React.

latest
Source
npmnpm
Version
1.1.8
Version published
Maintainers
7
Created
Source

UX Kit

Trilogy Education Services engineering team UX Kit. A library of reusable, responsive, accessible front end components written in React.

Installation

$ npm install @trilogyeducation/ux-kit

Usage

import {Input} from '@trilogyeducation/ux-kit';

...
<Input
    label="Email Address"
    type="email"
    id="emailAddress"
    placeholder="student@example.com"
    helper="Email address input is case sensitive"
    aria-labelledby="emailAddressLabel"
    aria-required={true}
    required={true}
    onChange={this.handleChange}
    onKeyPress={this.handleKeyPress}
/>

Available Components

  • Alert
  • Icon
  • Input
  • Loading
  • SelectCheck
  • Table
  • Textarea

FAQs

Package last updated on 21 Dec 2021

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