Create providers directory; Markdown provider

This commit is contained in:
Kyle Shockey
2017-05-18 17:03:58 -07:00
parent df47e0e956
commit a2eed69ee7
4 changed files with 19 additions and 3 deletions

View File

@@ -1,13 +1,10 @@
import React, { PropTypes } from "react"
import OriCollapse from "react-collapse"
import _Markdown from "react-remarkable"
function xclass(...args) {
return args.filter(a => !!a).join(" ").trim()
}
export const Markdown = _Markdown
export class Container extends React.Component {
render() {
let { fullscreen, full, ...rest } = this.props