Topic: Can't import mdb-ui-kit modules in react project
Kshitij_Meshram free asked 2 years ago
import React, { useState } from 'react';
const Register = () => { const [email, setEmail] = useState(''); const handleSubmit = () => {
}
const registerForm = () => ( setEmail(e.target.value)} autoFocus /> Register );
return {registerForm} };
export default Register
Kamila Pieńkowska staff answered 2 years ago
If I understand correctly you are trying to use the Standard package while using React.
We have a dedicated React package, which you should use.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 4.4.0
- Device: HP
- Browser: Brave
- OS: Windows 11
- Provided sample code: No
- Provided link: No