Edu SDKEdu SDK
React

React

UI components in the @edu-sdk/react package.

@edu-sdk/react renders data produced by edu-sdk.

There is no component for createNote().

Styling has three levels. See Styling:

  1. Import @edu-sdk/react/styles.css for the defaults.
  2. Pass className / classNames to override parts of a component.
  3. Set CSS variables (for example --edu-quiz-background) to theme the defaults.

See Quick Start for <Quiz />.