@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

/@progressteaching/react-components/

    Package Sidebar

    Install

    npm i @progressteaching/react-components

    Weekly Downloads

    2

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    49 kB

    Total Files

    9

    Last publish

    Collaborators

    • richardhorrocks
    • alextaylorpt
    • dilwoarh
    • progressteaching-dev