using-instui
Installation
SKILL.md
InstUI is Instructure's open-source React component library and design system, providing accessible, themeable UI components for Canvas LMS and other Instructure products.
Installation
npm install @instructure/ui
Import Pattern
// Umbrella package (recommended for most consumers)
import { Button, TextInput, Modal } from '@instructure/ui'
Setup
Wrap your app in a theme provider: