Skip to content

Component Interface

juanparadox edited this page Jan 11, 2017 · 1 revision

Overview

The following is an open discussion on how the component interface should work, the limitations imposed on the user, and any caveats. Any mention of "props" or "state" refers to the React.js JavaScript library.

Components:

Each component will include the following:

  • Props
    • size: small, large, etc.
    • fontColor: dark-red, orange, etc.
    • bgColor: bg-dark-red, bg-orange, etc.
    • text: the text within the component
Clone this wiki locally