@progressteaching/react-components
v1.2.1
Published
React components for creating ProgressTeaching frontend apps
Downloads
2
Readme
react-components
React components for creating ProgressTeaching frontend apps
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