• All of the frames are by default with CSS position: absolute and taking full size of the closest positioned parent. This pattern is an easy way to make the frame responsive. This can be removed with the component prop positioned={false}.
  • Default styles for stroke, fill, and filter can be removed with styled={false}.
  • Default animations for the animator system can be removed with animated={false}.