Overview
Brand
Documentation
Application UI
Planned
Resources
ESC
Search
CTRL + K
Foundations
Components
Utilities
Documentation
Components
Alert
A alert displays an important, succinct message, and provides actions for users to address (or dismiss the alert).
Avatar
The avatar component is typically used to display circular (or square) user profile pictures or capital letters.
Badge
Badges are used to inform users of the status of an object or of an action that’s been taken. Use badges to label, categorize, or organize items using keywords that describe them.
Block
New
The Block component is the simplest component who inherits from NVBaseComponent. It will render a tag (div by default).
Button
Button communicates the action that will occur when the user touches them. The buttons component replaces the standard html button with a material design theme and a multitude of options. Any color helper class can be used to alter the background or text color.
Button Group
A button group component is a visual group of buttons used to create a logical set of actions.
Col
New
The Col component is a "column". Usually used inside a Row component or in a Nova component with the Row parameter set to true.
Container
New
The Container component is a "containing block" used to fix the width to the current breakpoint.
Dropdown
Dropdowns are small panels that open on demand. They let users access additional content and actions without cluttering the page.
Field Checkbox
Checkboxes are used when there are multiple items to select in a list. Users can select zero, one, or any number of items.
Field Date
Date pickers allow users to select a single or a range of dates and times.
Field Number
The fields number components are used for collecting user provided number information.
Field Radio
Use radio buttons when you have a group of mutually exclusive choices and only one selection from the group is allowed.
Field Radio Group
The FieldRadioGroup is the parent component used to control a bunch of FieldRadio.
Field Select
The select component allows users to choose one option from a list. It is used in forms for users to submit data.
Field Text
The fields text components are used for collecting user provided information. They typically reside in forms but can appear in other places, like dialog boxes and search.
Field Textarea
Textarea components are used for collecting large amounts of textual data.
Graph axes
↗
The x-axis and y-axis are shown by default in all charts containing data series with a cartesian coordinate system.
Graph pie chart
↗
A pie chart is a circular chart divided into sectors which is proportional to the quantity it represents.
Grid
↗
The Telerik Blazor Data Grid provides a comprehensive set of ready-to-use features.
Heading
New
The Heading component has a specific mission: rendering titles.
Icon
Icons are used as navigational elements. They may appear on their own, within a sentence or paragraph, or directly following the content.
Layout
New
Layout is a component which let you compose an application's page layout.
Link
Links are used as navigational elements. They may appear on their own, within a sentence or paragraph, or directly following the content.
List
The lists component is used to display information. List present content in a way that makes it easy to identify a specific item in a collection. They provide a consistent styling for organizing groups of text and images.
Loader
In an application, it is important to inform the user that his interaction has worked. The Loader component show to the user that now the application is waiting for a result from a backend or a service.
Modal
Modals are overlays that prevent users from interacting with the rest of the application until a specific action is taken.
Nav
The navs component includes a list of links that users use to move between sections of the application. They are often used in the app bar of your application or in your sidebar.
Pagination
New
The pagination component is used to switch between pages. <br />When there are multiple items.
Panel
The panel component is the baseline for numerous components such as modals, card, notifications, and more. Panel containers hold all sort of elements, and their size is determined by the space those elements occupy.
Row
New
The Row component is a "row" containing columns. It usually contains Col Components or components with the parameter ColSize defined on it.
Sidebar
The Sidebar component is used to contain navigation, or groups of navigations.
Stack
The stack component is useful to divide your block content into horizontal areas, which can contain almost any other elements such as title, a button, a text input, or just simple text.
Table
New
The Table component is used to display a list of structured information. Each line represent an item in the list, and a cell represent a property/piece of information of this item.
Table Template
New
The NVTableTemplate component is used to display a list of structured information. Each line represent an item in the list, and a cell represent a property/piece of information of this item.
Tabs
Use tabs to allow users to navigate easily between views within the same context.
Text
New
The Text component has a specific mission: rendering paragraphs.