💅 Runway, Qantas' living, breathing style guide. Powered by React and Emotion built to be extendable, flexible and accessible components.
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 aliasingpreact
, which is how we use runway at Qantas.
import React from "react";
import { render } from "react-dom";
import { Button } from "@qantasairways/runway";
render(<Button label="Click me" />, document.getElementById("root"));
Please read our contributing guidelines here.
MIT