chore: update to latest astro ink version
This commit is contained in:
15
src/utils/mdoc/schema/tabs.mdoc.ts
Normal file
15
src/utils/mdoc/schema/tabs.mdoc.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { component } from "@astrojs/markdoc/config";
|
||||
|
||||
/** @type {import('@markdoc/markdoc').Schema} */
|
||||
export const tabs = {
|
||||
render: component("./src/components/mdoc/Tabs/Tabs.astro"),
|
||||
children: ["paragraph", "tag", "list"],
|
||||
attributes: {
|
||||
tabs: {
|
||||
type: Array,
|
||||
},
|
||||
heading: {
|
||||
type: String,
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user