-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ c9f6afe 🚀
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>React Currency Input Field: Examples</title><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin></head><body> <div class="container mt-5"> <div class="row"> <div class="col mb-3"> <h1>React Currency Input Field</h1> </div> </div> <div class="row"> <div class="col-12"> <div class="h3">Features:</div> <ul> <li>Allows abbreviations eg. 1k = 1,000 2.5m = 2,500,000</li> <li>Prefix option eg. £ or $</li> <li>Automatically inserts group separator</li> <li>Accepts Intl locale config</li> <li>Can use arrow down/up to step</li> <li>Can allow/disallow decimals</li> <li>Written in TypeScript and has type support</li> <li>Does not use any third party packages</li> </ul> <p> Please visit the <a href="https://github.com/cchanxzy/react-currency-input-field/tree/master/src/examples">Github repository</a> to see the source code from examples. </p> </div> </div> <hr> <div id="example-1"></div> <hr> <div id="example-2"></div> <hr> <div id="example-3"></div> <hr> <div id="example-4"></div> <hr> <div id="format-values-example"></div> <hr> <footer class="mb-5"></footer> </div> <script type="module" src="index.1d0b4b94.js"></script> </body></html> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>React Currency Input Field: Examples</title><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin></head><body> <div class="container mt-5"> <div class="row"> <div class="col mb-3"> <h1>React Currency Input Field</h1> </div> </div> <div class="row"> <div class="col-12"> <div class="h3">Features:</div> <ul> <li>Allows abbreviations eg. 1k = 1,000 2.5m = 2,500,000</li> <li>Prefix option eg. £ or $</li> <li>Automatically inserts group separator</li> <li>Accepts Intl locale config</li> <li>Can use arrow down/up to step</li> <li>Can allow/disallow decimals</li> <li>Written in TypeScript and has type support</li> <li>Does not use any third party packages</li> </ul> <p> Please visit the <a href="https://github.com/cchanxzy/react-currency-input-field/tree/master/src/examples">Github repository</a> to see the source code from examples. </p> </div> </div> <hr> <div id="example-1"></div> <hr> <div id="example-2"></div> <hr> <div id="example-3"></div> <hr> <div id="example-4"></div> <hr> <div id="format-values-example"></div> <hr> <footer class="mb-5"></footer> </div> <script type="module" src="index.4280ca53.js"></script> </body></html> |