Display utility CSS classes can be used to control the display value of UI elements and components.
.rz-display-{value}
, where {value}
can be:
none
for hiding an element
block
to treat an element as a block box
inline
to treat an element as an inline box
inline-block
to have a block box surrounded by elements as if it were an inline box
flex
to have a block box that arranges its content according to the flexbox model
inline-flex
to have an inline box that arranges its content according to the flexbox model
grid
to have a block box that arranges its content according to the grid model
inline-grid
to have an inline box that arranges its content according to the grid model
You can set a specific display value for different screen sizes by inserting the respective breakpoint abbreviation.
For example .rz-display-{breakpoint}-block
, where {breakpoint}
can be xs
, sm
, md
, lg
, xl
, xx
.
Learn more about Breakpoints.
Whether you prefer a standalone environment or integration directly within Visual Studio, Radzen provides a powerful toolkit to increase development speed, reduce repetitive coding, and focus on building exceptional applications.
Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles.
Radzen Blazor for Visual Studio extension streamlines Blazor development within the Visual Studio environment. The Blazor extension you need to boost productivity!
Radzen Blazor Components, © 2018-2024 Radzen.
Source Code licensed under
MIT