Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 428 Bytes

File metadata and controls

28 lines (20 loc) · 428 Bytes

AppTopbar

Simple bar displayed above page content.

import { Topbar as AppTopbar } from '@atlas/ui';

Usage

<AppTopbar>
  <span>Announcements</span>
</AppTopbar>

API

Props

Prop Type Default Description
pt object undefined Passthrough options for internal elements.

Slots

  • default – bar content.

Events

  • None.