Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

ProgressTeaching/react-components

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •