Lines Matching refs:breakpoints
24 …breakpoints, which are screen width types in effect, based on the horizontal width ([screen densit…
26 By default, the grid system provides four breakpoints: xs, sm, md, and lg.
35 …breakpoints** to customize the value range of breakpoints. A maximum of six breakpoints are suppor…
46 - Set **breakpoints** with a monotonically increasing array based on the use case. As **breakpoints…
50 breakpoints: {value: ['100vp', '200vp']}
53 …Enables three breakpoints: xs, sm, and md. If the value is less than 100 vp, the breakpoint is xs.…
57 breakpoints: {value: ['320vp', '520vp', '840vp', '1080vp']}
60 …Enables five breakpoints: xs, sm, md, lg, and xl. If the value is less than 320 vp, the breakpoint…
62 …breakpoints by listening for the changes in the window or container size, and sets the breakpoint …
73 breakpoints: {
189 …GridRow({ columns: { sm: 4, md: 8 }, breakpoints: { value: ['200vp', '300vp', '400vp', '500vp', '6…
503 …tomization capabilities. With the required attributes set at different breakpoints, such as **Colu…