Skip to content

Fix README.md #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ const App = () => {
width={896}
height={504}
images={images}
showBullets={true}
showNavs={true}
/>
</div>
);
Expand All @@ -78,9 +80,9 @@ If You want to see more detail source,<br>
| **navStyle** | `Number` | `Optional` | Arrow Navgation Style,<br>1 or 2 | `1` |
| **navSize** | `Number` | `Optional` | Arrow Size | 50 |
| **navMargin** | `Number` | `Optional` | Arrow Margin | 30 |
| **showNavs** | `Boolean` | `Optional` | Toggle Arrow |
| **showNavs** | `Boolean` | `Required` | Toggle Arrow |
| **startIndex** | `Number` | `Optional` | start Index of Slide | 0 |
| **showBullets** | `Boolean` | `Optional` | Toggle Bullets | `true` |
| **showBullets** | `Boolean` | `Required` | Toggle Bullets | `true` |
| **useGPURender** | `Boolean` | `Optional` | Toggle GPU Render | `true` |
| **bgColor** | `String` | `Optional` | slider container's css background-color property | `#000000` |
| **onClick** | `Function` | `Optional` | Image Click Callback function,<br>`onClick = (idx, event) => { }`<br>idx : number : clicked bullet index (begin from 0) | |
Expand Down