1.2.1 • Published 1 year ago

@progressteaching/react-components v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.2.0

1 year ago

1.1.4

1 year ago

1.1.3

2 years ago

1.2.1

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago