Geral

Loading

Componente de Loading

O Loading exibe mensagens de carregamento dinâmicas ou estáticas para indicar ao usuário que o sistema está processando ou buscando informações.


Como importar

import { Loading } from '@/app/shared/@JustLaunch/components';

Exemplo de uso

<Loading messages={['Loading, please wait...', 'Fetching data...', 'Preparing your content...']} />

Mensagem Única

<Loading messages={['Just a moment...']} />

Mensagens Longas

<Loading messages={['This is a longer message that will rotate and show up while loading...', 'Another long message for testing how the component handles longer text...']} />
Previous
Link