mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-04 12:47:53 +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
|
, subscriptions = \_ -> Sub.none
|
||||||
, view = \state -> [ viewButtonExamples state ]
|
, view = \state -> [ viewButtonExamples state ]
|
||||||
, categories = [ Buttons ]
|
, categories = [ Buttons ]
|
||||||
, atomicDesignType = Molecule
|
, atomicDesignType = Atom
|
||||||
, keyboardSupport = []
|
, keyboardSupport = []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ example : Example State Msg
|
|||||||
example =
|
example =
|
||||||
{ name = "Nri.Ui.Confetti.V2"
|
{ name = "Nri.Ui.Confetti.V2"
|
||||||
, categories = [ Animations ]
|
, categories = [ Animations ]
|
||||||
, atomicDesignType = Atom
|
, atomicDesignType = Molecule
|
||||||
, keyboardSupport = []
|
, keyboardSupport = []
|
||||||
, state = Confetti.init 700
|
, state = Confetti.init 700
|
||||||
, update = update
|
, update = update
|
||||||
|
Loading…
Reference in New Issue
Block a user