oui-kit
Version:
<div align="center">
18 lines (13 loc) • 521 B
Markdown
A prominent overlay containing a message, suitable e. g. for warning messages. It covers everything up to parent element with `position: relative`. If icon is used, it should be an SVG.
- `title?: string`
- `
- `
- `
It is possible to set CSS variable `--notice-fg` for the icon color.
```vue
<OuiNotice title="Warning" style="--notice-fg: red">
<template
You should not do that!
</OuiNotice>
```