mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-01 19:09:01 +03:00
Follow review recs on sorting modules into atomic design types
This commit is contained in:
parent
f9501508f3
commit
9b0b4c300e
@ -29,7 +29,7 @@ example =
|
||||
, subscriptions = \_ -> Sub.none
|
||||
, view = \state -> [ viewButtonExamples state ]
|
||||
, categories = [ Buttons ]
|
||||
, atomicDesignType = Molecule
|
||||
, atomicDesignType = Atom
|
||||
, keyboardSupport = []
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@ example : Example State Msg
|
||||
example =
|
||||
{ name = "Nri.Ui.Confetti.V2"
|
||||
, categories = [ Animations ]
|
||||
, atomicDesignType = Atom
|
||||
, atomicDesignType = Molecule
|
||||
, keyboardSupport = []
|
||||
, state = Confetti.init 700
|
||||
, update = update
|
||||
|
Loading…
Reference in New Issue
Block a user