Table of Contents Component

MVP table of contents. Will add a component menu with style choices soon.
This commit is contained in:
Ryan Palmer
2024-09-03 09:16:12 +10:00
parent 1141796f24
commit 1f153dfd55
6 changed files with 193 additions and 1 deletions

View File

@ -0,0 +1,9 @@
.divider {
flex: 1 0 0;
}
.heading {
:hover {
background-color: var(--mantine-color-default-hover);
}
}