Appearance
<script setup lang="ts"> import { ESColor } from "earthsdk-ui"; </script> <template> <div class="ESColor"> <ESColor></ESColor> </div> </template> <style scoped> .ESColor{ width: 190px; height: 355px; } </style>