An open API service indexing awesome lists of open source software.

https://github.com/appbaseio/designkit

Design kit for appbaseio ecosystem
https://github.com/appbaseio/designkit

Last synced: about 1 year ago
JSON representation

Design kit for appbaseio ecosystem

Awesome Lists containing this project

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`.

```js
import { Footer, Title } from '@appbaseio/designkit';

const AppFooter = ({ theme: { colors } }) => (



Products



  • Appbase.io




  • Reactive Maps




  • Reactive Search




  • Docs


  • JS Quick Start




  • JS API Reference




  • REST Quick Start




  • Use Cases


  • Geolocation Queries




  • Personalized Feeds




  • Realtime Search




  • Company


  • Status Page




  • Terms




  • Privacy





  • appbase.io


    );
    ```

    ## News

    ```js
    Build native mobile apps with appbase.io and ReactiveSearch
    ```

    ## Hero

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

    ```js

    Build native mobile apps with appbase.io and ReactiveSearch


    Appbase Design System

    ```