DnetBlazor

screenshot of DnetBlazor
scss

Blazor component library

Overview:

DnetBlazor is a Blazor component library that offers a collection of components written in C#. It is currently at version 4.0.0, which includes some breaking changes. While there is no official documentation available, there are many examples in the source code. The library is compatible with .NET 8.0.0 and supports both server-side Blazor and Blazor WASM.

Features:

  • Dnet.Blazor: Many components in the library are based on the Dnet.Blazor.Overlay component, which allows for opening floating panels on the screen. It manages positioning, z-index, backdrops, and more.
  • BaseZindex: This feature provides a base z-index value used by the Overlay component to display components on the screen. By providing this value, it ensures that components will open with the correct z-index. Example usage:
    // Example usage of BaseZindex
    BaseZindex="100"
    

Summary:

Overall, DnetBlazor is a Blazor component library that offers various components written in C#. It includes features such as the Dnet.Blazor.Overlay component for opening floating panels, and a BaseZindex setting for controlling z-index values. While there is no official documentation available yet, the library provides many examples in its source code. The installation process involves adding the necessary script and link references, as well as configuring the library in your project files.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.