Is it possible to include standard elements within an svg
element? For instance, can I place input
, label
, etc. elements inside the SVG if it's going to serve as a triangular outer container?
Alternatively, should I consider using clip path to generate the triangular shape instead?