mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
chore(Notification): add progressColor and progressVariant props (#219)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
This commit is contained in:
@@ -114,7 +114,21 @@ baseProps:
|
||||
title: 'Notification'
|
||||
description: 'This is a notification.'
|
||||
props:
|
||||
timeout: 10000
|
||||
timeout: 60000
|
||||
---
|
||||
::
|
||||
|
||||
You can change the color of the progress bar through the `progress-color` prop.
|
||||
|
||||
::component-card
|
||||
---
|
||||
baseProps:
|
||||
id: 5
|
||||
title: 'Notification'
|
||||
description: 'This is a notification.'
|
||||
timeout: 600000
|
||||
props:
|
||||
progressColor: 'primary'
|
||||
---
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user