appbaseio/designkit

Name: designkit

Owner: appbase.io

Description: Design kit for appbaseio ecosystem

Created: 2017-11-18 10:39:52.0

Updated: 2018-05-23 19:14:02.0

Pushed: 2018-05-23 19:14:01.0

Homepage: http://opensource.appbase.io/designkit/

Size: 938

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

designkit

Design kit for appbaseio ecosystem

Components

Footer

Additional props can be passed to Footer and its child compound components Footer.Links, Footer.List and Footer.Brand.

rt { Footer, Title } from '@appbaseio/designkit';

t AppFooter = ({ theme: { colors } }) => (
<Footer css={{ backgroundColor: colors.footer }}>
    <Footer.Links>
        <Footer.List>
            <Title>Products</Title>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="https://appbase.io"
                >
                    Appbase.io
                </a>
            </li>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="https://opensource.appbase.io/reactivemaps"
                >
                    Reactive Maps
                </a>
            </li>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="https://opensource.appbase.io/reactivesearch"
                >
                    Reactive Search
                </a>
            </li>
        </Footer.List>
        <Footer.List>
            <Title>Docs</Title>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="https://docs.appbase.io"
                >
                    JS Quick Start
                </a>
            </li>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="https://docs.appbase.io"
                >
                    JS API Reference
                </a>
            </li>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="https://rest.appbase.io"
                >
                    REST Quick Start
                </a>
            </li>
        </Footer.List>
        <Footer.List>
            <Title>Use Cases</Title>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="https://appbase.io"
                >
                    Geolocation Queries
                </a>
            </li>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="https://appbase.io"
                >
                    Personalized Feeds
                </a>
            </li>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="https://appbase.io"
                >
                    Realtime Search
                </a>
            </li>
        </Footer.List>
        <Footer.List>
            <Title className="heading">Company</Title>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="https://status.appbase.io/"
                >
                    Status Page
                </a>
            </li>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="http://tos.appbase.io/"
                >
                    Terms
                </a>
            </li>
            <li>
                <a
                    target="_blank"
                    rel="noopener noreferrer"
                    href="https://tos.appbase.io/"
                >
                    Privacy
                </a>
            </li>
        </Footer.List>
    </Footer.Links>
    <Footer.Brand>
        <img
            width="100%"
            src="/static/svg/jellyfish.svg"
            alt="appbase.io"
        />
    </Footer.Brand>
</Footer>

News
s>Build native mobile apps with appbase.io and ReactiveSearch</News>
Hero

A full width and full height section great for highlighting the landing section of new pages.

o style={{ background: 'hotpink' }}>
<H1>Build native mobile apps with appbase.io and ReactiveSearch</H1>
<H2>Appbase Design System</H2>
ro>

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.