We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This template explores how powerful a preset can be!
Define a new kind the preset called dashboard, where query variables could be:
dashboard
{ "api": "https://analytics.microlink.io", "boxes": 4 }
Then, create the template layout using the number of boxes defined and feed them with data fetched from api.
boxes
api
Inspiration
Related
<Fetch />
The text was updated successfully, but these errors were encountered:
feat: add dashboard preset
8ff44ff
+ Related to #28
No branches or pull requests
This template explores how powerful a preset can be!
Define a new kind the preset called
dashboard
, where query variables could be:Then, create the template layout using the number of
boxes
defined and feed them with data fetched fromapi
.Inspiration
Related
<Fetch />
component #30The text was updated successfully, but these errors were encountered: