1.1.1 • Published 7 years ago

@appbaseio/appbase-status v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Data component to display result stats for a given url

ResultAll to render the whole list of results.

<ResultAll 
    url={url}
    />

ResultEmbed to render a filtered list. It has a textfield to enter the id to search among the results.

<ResultEmbed
    url={url}
    id={id}
    />

example app: https://appbaseio-apps.github.io/appbase-status-example/

app repo: https://github.com/appbaseio-apps/appbase-status-example