1.0.19 • Published 3 years ago

marykirk-common-components v1.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

marykirk-shared-components

Common components for Marykirk.com applications

NPM JavaScript Style Guide

Install

npm install --save marykirk-common-components

Usage

import React, { Component } from 'react'

import MyComponent from 'marykirk-shared-components'
import 'marykirk-shared-components/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © billatmarykirkdotcom