SVX Shape Playground

Customize your SVX shape and see the code in real-time

Shape Examples
Reference shapes to verify rendering
Circle

Circle

Square

Square

Rounded

Rounded

Pill

Pill

Hexagon

Hexagon

Octagon

Octagon

Diamond

Diamond

Preview
See your shape in action
SVX
Current background color: #3b82f6
Current shape type: circle
Controls
Customize your shape
Code
Copy and paste into your project
<SVXShape
  type="circle"
  animation="pulse"
  autoFitText={true}
>
  SVX
</SVXShape>

Don't forget to import SVXShape from "@/components/shape/svx-shape"