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
- Host: GitHub
- URL: https://github.com/appbaseio/designkit
- Owner: appbaseio
- License: apache-2.0
- Created: 2017-11-18T10:39:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T07:14:15.000Z (over 3 years ago)
- Last Synced: 2025-07-04T20:50:36.765Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://opensource.appbase.io/designkit/
- Size: 1.5 MB
- Stars: 14
- Watchers: 6
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
);
```
## 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
```