0.1.5 • Published 5 years ago

next-quiz v0.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

next-quiz

A React component for displaying quiz.

NPM JavaScript Style Guide

This component is based on mitchgavan/react-multi-choice-quiz.

Version 0.1.0 is almost identical to the origin repository but a component library.

Demo

Install

npm install --save next-quiz

Usage

To be completed!

import React, { Component } from 'react'

import MyComponent from 'next-quiz'
import { Quiz, Result } from 'next-quiz';
import 'next-quiz/src/styles.css';

...

...

License

MIT © kingspress

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago