npm install instructure-ui
import React from 'react'
import Heading from 'instructure-ui/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.
Coming soon. For now see the ApplyTheme component docs.
- Internet Explorer 11 and Edge
- Chrome, Safari, Firefox (last two versions)
See the contributing guidelines for details.