temp-status
v0.1.2
Published
```ResultAll``` to render the whole list of results.
Downloads
23
Readme
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}
/>