Package Exports
- ioc-liturgical-react
 
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ioc-liturgical-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ioc-liturgical-react
The ioc-liturgical-react package provides React js components for creating web applications that access the International Orthodox Christian (IOC) Liturgical Web Service (ioc-liturgical-ws). The web service provides a REST API as a front-end to the IOC Liturgical Database (ioc-liturgical-db). The components provided by this package include:
- Login - a React component that renders a login form and handles the submit by interacting with the REST API.
 
More components will be available soon:
- Database search (simple)
 - Database search (complex)
 - Results table
 - Version comparison popup
 - Self-service account maintenance
 - Self-service password change
 
Usage
Use npm to install the ioc-liturgical-react package.
When you import a component into your Javascript, use braces around the name of the component, e.g.
import {Login} from 'ioc-liturgical-react'