|
1332 | 1332 | "DividerContent": "I am a custom content <code>div</code> element" |
1333 | 1333 | }, |
1334 | 1334 | "BootstrapBlazor.Shared.Samples.Scrolls": { |
1335 | | - "Title": "Scroll", |
1336 | | - "H1": "Add scroll bars to components whose height or width exceeds the standard", |
1337 | | - "P1": "The scroll bar can be rendered only when its element has a fixed height. Its <code>height</code> attribute can be set through the coat element", |
1338 | | - "Block1Title": "Common usage", |
1339 | | - "Block1Intro": "Add a scroll bar to the component. By setting the height of <code>Height</code> to 200px, the scroll bar appears when the height of the inner child element is 400px", |
1340 | | - "D1": "Please scroll the scroll bar on the right", |
1341 | | - "D2": "bottom", |
| 1335 | + "ScrollTitle": "Scroll", |
| 1336 | + "ScrollDescription": "Add scroll bars to components whose height or width exceeds the standard", |
| 1337 | + "ScrollTips": "The scroll bar can be rendered only when its element has a fixed height. Its <code>height</code> attribute can be set through the coat element", |
| 1338 | + "ScrollNormalTitle": "Common usage", |
| 1339 | + "ScrollNormalIntro": "Add a scroll bar to the component. By setting the height of <code>Height</code> to 200px, the scroll bar appears when the height of the inner child element is 400px", |
1342 | 1340 | "Desc1": "Subassembly", |
1343 | 1341 | "Desc2": "Component height" |
1344 | 1342 | }, |
| 1343 | + "BootstrapBlazor.Shared.Demos.Scroll.ScrollNormal": { |
| 1344 | + "ScrollNormalDescription": "Please scroll the scroll bar on the right", |
| 1345 | + "ScrollNormalbottom": "bottom" |
| 1346 | + }, |
1345 | 1347 | "BootstrapBlazor.Shared.Samples.LayoutPages": { |
1346 | 1348 | "H1": "full page level components", |
1347 | 1349 | "P1": "via built-in components", |
|
0 commit comments