TopAppBar
Example
import TopAppBar from '@mavvy/m3-ui/TopAppBar';
import Text from '@mavvy/m3-ui/Text';
...
<TopAppBar>
<Text color="on-primary">Hello World</Text>
</TopAppBar>
Props
prop | type | description |
---|---|---|
color | color | text component color |
variant | small|medium|large|ceter | app bar variant |
className | string | className of the Top App Bar component |
children | React.ReactNode | children component |