Set up Storybook in client/ and add stories for every component in client/src/components/ (Badge,
GlassCard, StatCard, Spinner, Toast, Modal, Navbar, LockaLogo, Icons), covering their meaningful
prop/state variants (e.g. every Badge tone, every WalletStatus for Navbar). This gives contributors and
designers a way to review UI changes in isolation against the reference design.
Acceptance criteria
Set up Storybook in
client/and add stories for every component inclient/src/components/(Badge,GlassCard,StatCard,Spinner,Toast,Modal,Navbar,LockaLogo,Icons), covering their meaningfulprop/state variants (e.g. every
Badgetone, everyWalletStatusforNavbar). This gives contributors anddesigners a way to review UI changes in isolation against the reference design.
Acceptance criteria
npm run storybookfromclient/