- First Item Title
+ panel title
- First Item content
+ panel content
```
@@ -29,36 +29,53 @@ This is the HTML required to be on page before Google can scan the page for thei
### Theming
Set these values to get different themes.
+**Custom Properties**
| **Variable Name** | **Default Value** |
| --- | --- |
-| `--ps-thang` | `var(--blah, #3777bc)` |
+| `--ps--border-color` | `#bcbcbc` |
+| `--ps--tab-border-color` | `rgba(255, 255, 255, 0)` |
+| `--ps--tab-border-color--active` | `rgba(255, 255, 255, 1)` |
+| `--ps--tab-text-color` | `inherit` |
+
+**Shadow Parts (*)**
+| **Part Name** | **Summary** |
+| --- | --- |
+| `ps-summary` | |
+| `ps-details` | |
+| `ps-tabs` | |
+| `ps-panels` | |
+
+(*) Not Supported in Webkit based browsers
### Attributes
-| **name** | **summary** | **expected value** |
-| --- | --- | --- |
-| `active-index` | 'active-index' is something cool | an integer as a string |
+none
+
### Slots
| **name** | **summary** | **type** | **SEO Requirement** |
| --- | --- | --- | --- |
-| `ps:tab-*` | These are the main navigation links | dynamic | ✅ |
-| `ps:panel-*` | These are the main navigation links | dynamic | ✅ or ❌ |
+| `ps:tab-*` | These are the panel tab links | dynamic | ❌ |
+| `ps:panel-*` | These are panel tab content areas | dynamic | ❌ |
*(*) can be multiple elements - each incremented by an integer starting with `1`*
+
+
### Custom Event Hooks
| **name** | **detail data** | **summary** |
| --- | --- | --- |
-| `ps:activeElementChanged` | `{ activeIndex: number, activeTab: DOMNode, activePanel: DOMNode }` | triggers when 'active-index' attribute is updated |
+| `ps:tabchange` | `{ activeIndex: number, activeTab: DOMNode, activePanel: DOMNode }` | triggers when 'active' attribute is updated on any slot |
## Dependencies
-| **name** | **location** | **type** | **reason** | **swappable** |
+npne
+
## Customization
### Hiding Slots
-There might be times where you want to hide a slot but remove the default value. To do this you must add the slot as normal but add an additional `hidden` attribute to it.
+There might be times where you want to hide a slot but remove the default value. To do this you must add the slot as normal but add an additional 'hidden' attribute to it.
```html