Aero UI

TODO

Banner

The banner is used to display information to the user. It can be used to display important information or to show a message to the user.

Preview

This is the content of the banner
Extends base props from: HTMLAttributes<HTMLDivElement>
Name Type Default
destructive Apply destructive styles
boolean
false
withTransition Show/hide the banner with transitions
boolean
false

Usage

Simply import the component and use it in your app.

  
        <script lang="ts">
  import { Banner } from '@mikededo/aero-ui';
</script>
 
<Banner>This is the content of the banner</Banner>