diff options
| author | Volpeon <git@volpeon.ink> | 2022-03-25 18:29:21 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-03-25 18:29:21 +0100 |
| commit | 5e2696d9ae35b37a9f7d0fe1c52b93fb84570464 (patch) | |
| tree | e3b22a889bd4f8a6679d76dbe85c3152173947a6 /tpl/views/status-indicator.pug | |
| parent | Fixed vertical rule (diff) | |
| download | iro-design-5e2696d9ae35b37a9f7d0fe1c52b93fb84570464.tar.gz iro-design-5e2696d9ae35b37a9f7d0fe1c52b93fb84570464.tar.bz2 iro-design-5e2696d9ae35b37a9f7d0fe1c52b93fb84570464.zip | |
Split demo in :target views
Diffstat (limited to 'tpl/views/status-indicator.pug')
| -rw-r--r-- | tpl/views/status-indicator.pug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tpl/views/status-indicator.pug b/tpl/views/status-indicator.pug new file mode 100644 index 0000000..6d7ad30 --- /dev/null +++ b/tpl/views/status-indicator.pug | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | mixin view-status-indicator | ||
| 2 | +view('status-indicator', 'Status indicator') | ||
| 3 | .c-box | ||
| 4 | +status-indicator | ||
| 5 | = ' ' | ||
| 6 | +status-indicator('green') | ||
| 7 | = ' ' | ||
| 8 | +status-indicator('yellow') | ||
| 9 | = ' ' | ||
| 10 | +status-indicator('red') | ||
