instructure-ui [WIP]
A React UI component library currently under development by Instructure Inc.
See the documentation for live examples.
Installation
npm install instructure-ui
Usage
import React from 'react'
import { TabList } from 'instructure-ui'
import 'instructure-ui/dist/components/TabList.css'
export default MyTabList = function () {
return (
<TabList />
)
}
Customization
Coming soon. For now see the ApplyTheme component docs.
Browser Support
- Internet Explorer 11 and Edge
- Chrome, Safari, Firefox (last two versions)
Contribute
See the contributing guidelines for details.
License
MIT