leftiness / react-demo

Other
0 stars 0 forks source link

Make a nav container #27

Open leftiness opened 8 years ago

leftiness commented 8 years ago

The current nav works for now because I don't have anything in it really. For example, if I want to show the name of the user who's currently signed in, the nav component will need that information on a prop.

The nav component also needs a prop to say "a user is currently signed in (or not)" so that there can be a sign in / sign out button.

leftiness commented 8 years ago

Actually, I'm thinking sign in / sign out button should be like... at the bottom of the sidebar. The user's name (or maybe just a small picture) should still be displayed on the navbar, though.