This ticket involves implementing a custom SwiftUI view that renders an elevated button with a Material design look and feel. The elevated button should have the following characteristics:

Tasks

  1. Design the visual appearance of the elevated button, adhering to Material design principles.
  2. Implement the custom SwiftUI view for the elevated button, ensuring it can be easily integrated into SwiftUI projects.
  3. Add support for user interaction, such as highlighting the button when pressed or hovered over.
  4. Test the elevated button view in different scenarios and ensure it behaves as expected.
  5. Document the usage and customization options of the elevated button view, providing clear instructions for developers.