1.0.3 • Published 5 years ago
@hexclane/randomchar v1.0.3
hexclane/randomchar
This library is for front-end devlopment used in React js
Installation
using npm
npm i hexclane/randomchar
In React.js
import React from 'react'
import RandomChar from 'hexclane/randomchar';
export default function App() {
return (
<div>
<RandomChar name="example" />
</div>
)
}