5fa50f374a
* Initial carousel component implementation * change carousel example * make the carousel text description more readable by adding a background * update cat example * carousel automatic cycling is now optional * remove requirement for unique name attribute in carousel see https://github.com/lovasoa/SQLpage/pull/179#discussion_r1445378383 * fix carousel buttons * uodate deps * fix official site docs * lint * update changelog --------- Co-authored-by: Olivier Auverlot <@olivierauverlot>
SQLPage component templates
SQLPage templates are handlebars1 files that are used to render the results of SQL queries.
Default components
SQLPage comes with a set of default2 components that you can use without having to write any code. These are documented on https://sql.ophir.dev/components.sql
Custom components
You can write your own component templates
and place them in the sqlpage/templates directory.
To override a default component, create a file with the same name as the default component.
If you want to start from an existing component, you can copy it from the sqlpage/templates directory
in the SQLPage source code2 .
-
A simple component to start from: https://github.com/lovasoa/SQLpage/blob/main/sqlpage/templates/code.handlebars ↩︎