Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Smyshlyaev committed Jan 11, 2020
1 parent e21f7c5 commit 8e761ee
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -172,7 +172,7 @@ clickWhenDrag | Boolean | After drag end select item under cursor( if any) | fal
menuClass | String | Class for component | false | 'horizontal-menu'
arrowClass | String | Class for arrow | false | 'scroll-menu-arrow'
wrapperClass | String | Class for wrapper in component | false | 'menu-wrapper'
innerWrapperStyle | Object | Styles inner wrapper | false | {whiteSpace: 'nowrap', textAlign: 'left', userSelect: 'none'}
innerWrapperStyle | Object | Styles inner wrapper | false | {textAlign: 'left'}
innerWrapperClass | String | Class for inner wrapper | false | 'menu-wrapper--inner'
itemStyle | Object | Styles for item wrapper | false | {display: 'inline-block'}
itemClass | String | Class for item wrapper | false | 'menu-item-wrapper'
Expand Down
70 changes: 35 additions & 35 deletions examples/package.json
@@ -1,37 +1,37 @@
{
"name": "examples",
"version": "0.1.0",
"homepage": "https://asmyshlyaev177.github.io/react-horizontal-scrolling-menu/",
"dependencies": {
"jsdoc": "^3.6.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-horizontal-scrolling-menu": "^0.7.4",
"react-scripts": "^3.3.0"
},
"scripts": {
"start": "set PORT=3005 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"gh-pages": "^1.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
"name": "examples",
"version": "0.1.0",
"homepage": "https://asmyshlyaev177.github.io/react-horizontal-scrolling-menu/",
"dependencies": {
"jsdoc": "^3.6.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-horizontal-scrolling-menu": "^0.7.5",
"react-scripts": "^3.3.0"
},
"scripts": {
"start": "set PORT=3005 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"gh-pages": "^1.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

0 comments on commit 8e761ee

Please sign in to comment.