12cm-echoss-loading

echoss loading created by 12cm

Usage no npm install needed!

<script type="module">
  import 2cmEchossLoading from 'https://cdn.skypack.dev/12cm-echoss-loading';
</script>

README

12cm echoss Loading

설치

npm install 12cm-echoss-loading@latest

개요

원투씨엠(주)의 로딩 애니메이션 템플릿 사용 방법을 설명합니다.

사용방법

HTML

<echoss-loading
    :show="true"
    :dim="true"
    :type="1" />

Script

import EchossLoading from '12cm-echoss-loading/index.vue'

export default {
  components: { EchossLoading },
  created () {
    //
  }
}

타입

타입코드 로딩 애니메이션
1
2
3