(demo) new demo

This new demo aims to take advantage of all the new Cunningham's
components. The old demo was kind of a draft, this new one gives
a better overview of what Cunningham is capable of.
This commit is contained in:
Nathan Vasse
2024-01-18 16:49:47 +01:00
committed by NathanVss
parent b870fbb760
commit 3616c72673
13 changed files with 598 additions and 81 deletions

View File

@@ -1,14 +1,5 @@
import { Configuration } from "@openfun/cunningham-react";
const config: Configuration = {
themes: {
default: {
components: {
button: {
"border-radius": "30px",
},
},
},
},
};
export default config;
const defaultConfig: Configuration = { themes: {} };
export default defaultConfig;