@instructure/ui-coredeprecated

A UI component library made by Instructure Inc.

Usage no npm install needed!

<script type="module">
  import instructureUiCore from 'https://cdn.skypack.dev/@instructure/ui-core';
</script>

README


category: packages

@instructure/ui-core

npm build-status MIT License Code of Conduct

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