Skip to content

rachmulvey/runway-1

 
 

Repository files navigation

Qantas Runway

Qantas Runway

CircleCI GitHub Issues GitHub Pull Requests NPM npm npm (tag)


💅 Runway, Qantas' living, breathing style guide. Powered by React and Emotion built to be extendable, flexible and accessible components.

Demo

Table of Contents

Installation

This module is distributed via npm which is bundled with node and should be installed as one of your project's dependencies:

npm install --save @qantasairways/runway

This package depends on emotion, react, prop-types. The project supports aliasing preact, which is how we use runway at Qantas.

Usage

Try it out in the browser

import React from "react";
import { render } from "react-dom";
import { Button } from "@qantasairways/runway";

render(<Button label="Click me" />, document.getElementById("root"));

Contributing

Please read our contributing guidelines here.

License

MIT

About

Qantas Style Guide

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%