1.0.2 • Published 3 years ago

practise-factory v1.0.2

Weekly downloads
-
License
BSD 3
Repository
github
Last release
3 years ago

The Practise Factory

Add image as heading

Grab, produce and embed ready-made exercises of all types for students to practise on! For a demo on the components, see our examples pages.

NPM JavaScript Style Guide

Install

npm install --save practise-factory

Usage

import React, { Component } from 'react'

import MyComponent from 'practise-factory'
import 'practise-factory/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

Development & contribution

Library structure

What folders do what.. Which CSS file does what..

Testing

.. How to run tests, what to cover in tests

License

BSD 3-Clause License © MarkKragerup

1.0.2

3 years ago

1.0.1

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago