react-odyssey
v4.0.3
Published
React components for Odyssey design system
Downloads
3,764
Readme
React-odyssey
React components for Odyssey design framework.
Usage
To see how components look and behave, visit https://oktadeveloper.github.io/react-odyssey/
Or clone this repository and run:
yarn
yarn demo
Then visit http://localhost:3000/ to see a hot-reloading demo of existing react-odyssey components. If you edit demo/demo.tsx
, your changes will be reflected in the browser.
Dependencies
Useful Links
Hacking
Building
- yarn && yarn demo
Odyssey Subtree
Odyssey (formerly Nim) is embedded in this repo as a subtree for ease of carrying patches.
Changes are marked in the code with a comment // ASA:
indicating what has changed and why.
git remote add odyssey [email protected]:okta/odyssey.git
To pull in changes:
git subtree pull --prefix odyssey [email protected]:okta/odyssey kans/asa --squash
To push changes to the fork:
git subtree push --prefix odyssey [email protected]:okta/odyssey kans/asa --squash