Back to all examples

Examples for Accelerometer

With styles


        <!-- Code for "With styles" example -->
        <style>
          .with-styles {
            width: 700px;
          }
        </style>

        <frc-accelerometer 
          class="with-styles"
          value=".9"
          num-tick-marks="11"
        ></frc-accelerometer>
      

Try it out!

Hide Text