@progressteaching/react-components

1.2.1 • Public • Published

react-components

React components for creating ProgressTeaching frontend apps

NPM JavaScript Style Guide

Install

npm install --save @progressteaching/react-components

Usage

import React, { Component } from 'react'

import { SidebarNav } from '@progressteaching/react-components'
import '@progressteaching/react-components/dist/index.css'

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

Local development

Create two terminals.

On one run:

$ npm start;

On the other:

$ cd example && npm start;

License

MIT © ProgressTeaching

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.10latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.10
1.2.00
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.00

Package Sidebar

Install

npm i @progressteaching/react-components

Weekly Downloads

0

Version

1.2.1

License

MIT

Unpacked Size

49 kB

Total Files

9

Last publish

Collaborators

  • richardhorrocks
  • alextaylorpt
  • dilwoarh
  • progressteaching-dev