mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-04 12:47:53 +03:00
add more changes to docs
This commit is contained in:
parent
94f841c5f8
commit
1c184d8179
@ -15,6 +15,8 @@ module Nri.Ui.Modal.V11 exposing
|
||||
- remove `initOpen`
|
||||
- change `open`, `close` to return `(Model, Cmd Msg)` rather than `Msg`
|
||||
- make info and warning themes
|
||||
- adds `custom` helper for adding arbitrary html attributes (primarily useful to make limiting the scope of selectors in tests easier by adding ids to modals)
|
||||
- tab and tabback events stop propagation and prevent default
|
||||
|
||||
```
|
||||
import Browser exposing (Program, element)
|
||||
|
Loading…
Reference in New Issue
Block a user