Skip to content

AppBar

Top application bar.

import { AppBar, Toolbar, Typography } from '@truongdq01/ui';
<AppBar>
<Toolbar>
<Typography variant="h6">Title</Typography>
</Toolbar>
</AppBar>;
  • Refer to the component props in the API reference or source for advanced configuration.