Synapse Dev UI
Synapse Dev UI components built with styled-components
Install
npm install synapsefi-dev-ui
Contributing
git checkout -b new_branch
git pull origin master
Once ready to submit a pull request
git push origin new_branch
After the pull request and if you have permission to push to npm
git pull origin master
npm run push
Adding Pages
create new component (page) in example/src/components
import and add into pages in example/src/components/extra/pages/pages.data.js
Current Peer Dependencies
- styled-components
- react-number-format
- react-dropzone
- country-data
General Dependencies
- babel-plugin-styled-components
- babel-polyfill
- react-world-flags