grtwidgets

1.0.11 • Public • Published

grtwidgets

a set of UI widgets

Install

npm i --save grtwidgets 

widgets

  • MultipleChoice - a multiple choice question tool.
  • AppHeader - Header component for your app.

Use in your React app

import { MultipleChoice } from 'grtwidgets';


render() {
  return (<MultipleChoice
          style={{width:'500px', margin: '20px'}}
          question="Some Question String"
          answers={['Some', 'array', 'of', 'answers']}
          onAnswerSelected={anwserCallback}
          onAnswerSubmit={submitCallback} />);
}

Package Sidebar

Install

npm i grtwidgets

Weekly Downloads

0

Version

1.0.11

License

MIT

Last publish

Collaborators

  • ohall