1.1.8 • Published 4 years ago

@trilogyeducation/ux-kit v1.1.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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
1.1.7-rc.4

4 years ago

1.1.7-rc.3

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago