Skip to content

siddharth151199/generate-randomchar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generate-randomchar

This library is for front-end devlopment used in React js

Installation

using npm

npm i generate-randomchar

In React.js

import React from 'react'
import RandomChar from 'generate-randomchar';

export default function App() {
  return (
    <div>
      <RandomChar name="example" />
    </div>
  )
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published