Random String Component

Generates a random string [0-9][A-Z][a-z]
Alternatives To Random String Component
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Randexp.js1,76919,7064028 months ago20July 21, 201811mitJavaScript
Create random strings that match a given regular expression.
Node Randomstring5072056 months ago19June 02, 20231mitJavaScript
A node.js module for generating random strings
Uniuri394236358a year ago1October 07, 20221cc0-1.0Go
Go package uniuri generates random strings good for use in URIs to identify unique objects.
Crypto Random String392165,2798382 years ago10May 10, 2022mitJavaScript
Generate a cryptographically strong random string
Crdt Benchmarks276
a year ago4otherJavaScript
A collection of CRDT benchmarks
Nulid24146a year ago11January 14, 20222mitC#
.Net ULID implementation
Randomatic176347,8764214 months ago19October 23, 20187mitJavaScript
Easily generate random strings like passwords, with simple options for specifying a length and for using patterns of numeric, alpha-numeric, alphabetical, special or custom characters. (the original "generate-password")
Kboard133
9 months ago12gpl-3.0Java
Android keyboard for fast responses
Rng11536 years ago2August 05, 20145otherScala
Pure-functional random value generation
Katie S Rougish Pygame115
12 years ago12Python
A learning project!
Alternatives To Random String Component
Select To Compare


Alternative Project Comparisons
Readme

<random-string>

A web component that generates a random string [0-9][A-Z][a-z].

Demo

Check it live!

Install

Install the component using Bower:

Or download as ZIP.

$ bower install random-string --save

Usage

  1. Import polyfill:

    <script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
    
  2. Import Custom Element:

    <link rel="import" href="bower_components/random-string/random-string.html">
    
  3. Start using it!

    <random-string></random-string>
    

Options

Attribute Options Default Description
length integer 10 The number of characters.

Methods

Method Parameters Returns Description
generate() None. Nothing. Generates a new string.
limit() None. int. The maximum number of characters.

Events

Event Description
lengthChanged Triggers a new string to generate.

History

For detailed changelog, check Releases.

License

MIT License

Popular Random Projects
Popular Character Projects
Popular Mathematics Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Html
Character
Random
Polyfill