1.0.1 • Published 1 year ago

react-muuid v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.

1.0.1

1 year ago

1.0.0

1 year ago