Follow review recs on sorting modules into atomic design types

This commit is contained in:
Tessa Kelly 2020-06-23 10:21:20 -07:00
parent f9501508f3
commit 9b0b4c300e
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ example =
, subscriptions = \_ -> Sub.none
, view = \state -> [ viewButtonExamples state ]
, categories = [ Buttons ]
, atomicDesignType = Molecule
, atomicDesignType = Atom
, keyboardSupport = []
}

View File

@ -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