Skip to content

Instantly share code, notes, and snippets.

View Thomas-Smyth's full-sized avatar
😃

Thomas Smyth Thomas-Smyth

😃
View GitHub Profile
{
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"const": "v1"
},
"arguments": {
"type": "object",
"description": "A set of arguments that can be referenced in a template using '${args.argumentName}'.",
@Thomas-Smyth
Thomas-Smyth / App.js
Created January 14, 2018 11:56 — forked from eddywashere/App.js
Reactstrap App.js Example for create-react-app
import React, { Component } from 'react';
import {
Collapse,
Navbar,
NavbarToggler,
NavbarBrand,
Nav,
NavItem,
NavLink,
Container,