@instructure/ui-core

A UI component library made by Instructure Inc.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@instructure/ui-core
425175.52.35 years ago7 years agoMinified + gzip package size for @instructure/ui-core in KB

Readme

---

category: packages

@instructure/ui-core

!npmnpmnpm-url !build-statusbuild-statusbuild-status-url !MIT Licenselicense-badgeLICENSE !Code of Conductcoc-badgecoc

Installation

yarn add @instructure/ui-core

Usage

import React from 'react'
import Heading from '@instructure/ui-core/lib/components/Heading'

export default MyHeading = function () {
  return (
    <Heading>Hello World</Heading>
  )
}

For the default theme you'll also need to include the 'Lato' font in your application.

Browser Support

  • Internet Explorer 11 and Edge
  • Chrome, Safari, Firefox (last two versions)

Contribute

See the contributing guidelines for details.

License

MIT