From 994b9152145708fbb5fd49005028519c353a8041 Mon Sep 17 00:00:00 2001 From: Daniel Pan <57362494+daniel-panhead@users.noreply.github.com> Date: Thu, 28 Sep 2023 19:15:27 -0700 Subject: [PATCH] Add documentation for triplecolumn and remove test from GroupAView --- NOTEBOOK.md | 30 ++++++++++++++++++++++++++--- src/views/enzymosome/GroupAView.vue | 10 ---------- 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/NOTEBOOK.md b/NOTEBOOK.md index 32b6391..f7b8a8f 100644 --- a/NOTEBOOK.md +++ b/NOTEBOOK.md @@ -7,7 +7,7 @@ You're welcome. All you need to get started is import is the `@/components/lab-notebook/Notebook.vue` file. The component takes two slots - `title` and `body`. Enter the section title directly into the `title` slot. -For the `body` section, you can populate the content using the `SingleColumn` and `DoubleColumn` components. +For the `body` section, you can populate the content using the `SingleColumn`, `DoubleColumn`, and `TripleColumn` components. Both components are already designed to be fully responsive - no need to account for resizing. The table of contents will also automatically populate with the titles provided to these components. @@ -51,7 +51,7 @@ The `DoubleColumn` component takes a `title`, `left-title`, `left-body`, `right- Like `SingleColumn`, the titles require no tags, and other slots can be directly populated with just `
` tags.
```html
- Right text Left text Middle text Right text