Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "astro-toc", | ||
"description": "Table of Contents (ToC) generator for Astro. Use custom components for interactivity.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"type": "module", | ||
@@ -13,3 +13,2 @@ "exports": { | ||
"astro-component", | ||
"typescript", | ||
"ui" | ||
@@ -16,0 +15,0 @@ ], |
@@ -0,1 +1,5 @@ | ||
<div> | ||
<img src="https://raw.githubusercontent.com/theisel/astro-toc/main/logo.svg" width="240" alt="astro-toc logo"> | ||
</div> | ||
# astro-toc | ||
@@ -6,3 +10,3 @@ | ||
Table of Contents (ToC) generator for [Astro](https://astro.build/). | ||
Table of Contents (ToC) generator for [Astro](https://astro.build/) | ||
@@ -25,5 +29,5 @@ [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/theisel/astro-toc/tree/main/demo) | ||
### Classic `default` | ||
### Classic | ||
This is render mode can render your `toc` as `<ul>`, `<ol>` or `<menu>`; set the `style` property to select your flavour. | ||
This render mode can render your `toc` as `<ul>`, `<ol>` or `<menu>`; set the `style` property to select your flavour. | ||
@@ -30,0 +34,0 @@ | Property | Type | Description | |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7180
96