diff --git a/picker/pages/index.astro b/picker/pages/index.astro index b01a7da31..3214758bb 100644 --- a/picker/pages/index.astro +++ b/picker/pages/index.astro @@ -1,5 +1,12 @@ --- import Picker from '../layouts/Picker.astro'; + +const roles = [ + ['primary', 'Primary'], + ['secondary', 'Secondary'], + ['tertiary', 'Tertiary'], + ['neutral', 'Neutral'], +]; --- @@ -40,15 +47,179 @@ import Picker from '../layouts/Picker.astro'; - -