jeni_aro
v0.8.0
Published
Hi guys in here i was creating one FeedBack form. you can use if you have any simple feedback form for customers.
Downloads
2
Readme
FEEDBACK FORM
Hi guys in here i was creating one FeedBack form. you can use if you have any simple feedback form for customers.
INSTALLATION
1.**npm i jeni_aro** //use this line
2.Install this package in your project 3. Where you want to import the feedback Form you can import
Examples
// ./src/App.tsx
import {Demo} from 'jeni_aro'
import React from 'react'
const App = () => {
return (
<div><Demo/></div>
)
}
export default App