Selectable animated nav controls to describing learning paths/choices. Based on approach from https://saddleback.com/learn
-
selected circle outline should be orange
-
deselecting a circle has a funny transition
-
top gray section expands slightly when first item is selected - should be constant size
-
set width for the main panel, don't want to grow to the entire screen size
-
Update path for controlling navData.js via a JSON file
-
Mobile layout?
- how does saddleback present this?
https://github.com/scheffler/cfhome-nav
Published out to netlify - https://cfhome-nav-sample.netlify.app/
- Nav options are controlled by
src\navData.js
We use Yarn as our package manager. To get the dependencies installed, just do this in the root directory:
yarn install
yarn redwood dev
Your browser should open automatically to http://localhost:8910
to see the web app. Lambda functions run on http://localhost:8911
and are also proxied to http://localhost:8910/.redwood/functions/*
.
Add new npm style dependency to the workspace side
yarn workspace web add <libraryname>
deploy
yarn rw generate component