SVG Handling: Improve accessibility by ensuring that empty title elements are not rendered, which enhances tooltip functionality in browsers.
Component Naming: Ensure that filenames are cleaned of invalid characters, preventing syntax errors and improving the reliability of component imports.
Fixes
Fix rendering issues caused by empty title elements in SVGs, which previously hindered tooltip visibility.
Resolve syntax errors that occur when filenames contain invalid characters, ensuring smoother development experience.
Others
Add contributing guidelines to help new contributors understand how to participate in the project.