-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
I have tried to paste the razor code from multiple samples on the website and i tried to remove some of the code too so that it could maybe work on a fresh template and nothing seems to work. i installed BootstrapBlazor.DockView but trying to do @inherits BaseDockView just gives errors because it cant find the files that it needs. im not sure what im missing
i got v1 to load with the following code, which is great, but i wanted V2:
<DockView Name="DockViewColumn">
<DockContent Type="DockContentType.Column">
<DockComponent Title="left dock" ShowClose="false">
<div>
left dock
</div>
</DockComponent>
<DockComponent Title="right dock" ShowClose="false">
<div>
right dock
</div>
</DockComponent>
</DockContent>
</DockView>Metadata
Metadata
Assignees
Labels
choreThis are tasks or bot actionThis are tasks or bot action