View for switchable content presentations. In Holocron today, View renders as a labeled content section rather than a global multi-view controller.123456import { defineConfig } from 'vite' import { holocron } from '@holocron.so/vite' export default defineConfig({ plugins: [holocron()], })
1234{ "name": "Holocron", "navigation": [{ "group": "Overview", "pages": ["index"] }] }
View as a framed, labeled content block.