react-muuid
v1.0.1
Published
React MUUID npm package is used to create unique ID. eg - 59b3b284-ccea-988b-9f6b-b3d79902f457
Downloads
3
Readme
React MUUID
React MUUID npm package is used to create unique ID. eg - 59b3b284-ccea-988b-9f6b-b3d79902f457
Authors
Installation
To install react muuid npm package
npm i react-muuid
Usage/Examples
import React from 'react'
import {muuid} from 'react-muuid'
const App = () => {
return (
{muuid()}
)
}
export default App
Result
Result after execution of above code
59b3b284-ccea-988b-9f6b-b3d79902f457
Contributing
Contributions are always welcome!
Please adhere to this project's code of conduct
.