Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created February 10, 2025 14:21
Show Gist options
  • Save sitefinitySDK/803f157b737075b023d8ea0b8c2c8811 to your computer and use it in GitHub Desktop.
Save sitefinitySDK/803f157b737075b023d8ea0b8c2c8811 to your computer and use it in GitHub Desktop.
import { ViewPropsBase } from '@progress/sitefinity-nextjs-sdk';
import { WidgetViewEntity } from '../widget-view-entity';
export function CustomViewExample(props: ViewPropsBase<WidgetViewEntity>) {
return (<h1>Custom view for the widget view that overrides the default one</h1>);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment