1.0.1 • Published 3 years ago

rotation-word v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

rotation-word

Gettting

The first step when using rotation-word-component is installing its npm package:

$ yarn add rotation-word

or

$ npm install rotation-word

If you want to use it with any component, please refer to the following example to setup it.: main.ts

import { createApp } from "vue";
import App from "./App.vue";
import RotationWord from "rotation-word-package";
import "rotation-word-package/dist/rotation-word.css"

createApp(App)
  .use(RotationWord)
  .mount("#app");

App.vue

<template>
  <RotationWord
    word="hogehoge"
  />
</template>

任意の文字を回転させましょう

1.0.1

3 years ago

1.0.0

3 years ago