For the complete documentation index, see llms.txt. This page is also available as Markdown.

Empty State

Overview

Empty State can be used when there is no data to display to the user.

It may include a call to action to guide the user on what to do next.

It can also be used to communicate completion or other status at the end of a sequential task.

This is a Custom Component.

Demo

https://nectar.website/demo/components/empty-state/

Usage

You can refer to the code present in /partials/components/empty-state.html file and use it accordingly.

Last updated