Belal
Belal
This PR aims to close #60 #53
- Create typography components like: - Heading for H1, - SubHeading for H2 - Paragraph for - Add Next.js Image component. -Note: Add SITE_DOMAIN='YOUR_DOMAIN' in env file.
fix #205
### Describe the bug When using the AutosizeTextarea component, TypeScript throws an error because the exposed ref type AutosizeTextAreaRef does not include a focus() method, while many consumers expect to...