headwinds / cross-country-guide

documentation for the atom react design system cross-country

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A guide to the cross-country design system

guide

Getting Started

yarn
yarn start

Opens to http://localhost:3001/

Usage

cross-country is an atomic react component library

cross-country on npm

yarn add cross-country

import {Column, Headline, Row} from "cross-country";

const CrossCountry = () => (
<Column hasBackground={false}>
    <Headline text="Cross-Country Design System" />
    <Row>
        <Paragraph text="an atomic react component library">
    </Row>
</Column>)

About

documentation for the atom react design system cross-country


Languages

Language:JavaScript 78.0%Language:HTML 14.3%Language:CSS 7.7%