diff options
| author | Henry Jameson <me@hjkos.com> | 2024-01-23 19:18:55 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-01-23 19:18:55 +0200 |
| commit | 22b32f149d7753592fddcfb1cd2679b3fbac33d6 (patch) | |
| tree | b3634cb09008c50d0becf3ba8e46becfb336f15d /src/components/panel_header.style.js | |
| parent | 0729b529d7da2002f25039e1dad2732302009cf3 (diff) | |
shit more or less works for the very basic stuff
Diffstat (limited to 'src/components/panel_header.style.js')
| -rw-r--r-- | src/components/panel_header.style.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/panel_header.style.js b/src/components/panel_header.style.js new file mode 100644 index 00000000..aaa8bea9 --- /dev/null +++ b/src/components/panel_header.style.js @@ -0,0 +1,9 @@ +export default { + name: 'PanelHeader', + selector: '.panel-heading', + validInnerComponents: [ + 'Text', + 'Icon', + 'Button' + ] +} |
