mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
RTL Dropdown Nav corrected thanks to @64bitint
Added popovers to possibly replace the notifications. Started adding popover toasts
This commit is contained in:
parent
8a7b25a44f
commit
64373c2d44
244 changed files with 3461 additions and 724 deletions
|
@ -48,6 +48,8 @@
|
|||
@use "components/progress"; // progress
|
||||
@use "components/tooltip"; // data-tooltip
|
||||
@use "components/tab-region"; // section[role="region"] // tabs
|
||||
@use "components/popover"; // dialog[role="alert"]
|
||||
// V3 Remove notification in favor of popovers..
|
||||
@use "components/notification"; // dialog[role="alert"]
|
||||
@use "components/timeline"; // addition, kind of out of scope but wanted to add
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue