New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@temir/spinner

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@temir/spinner

Spinner component for Temir

latest
Source
npmnpm
Version
0.0.20
Version published
Maintainers
1
Created
Source

temir-spinner

Spinner component for Temir. Uses cli-spinners for the collection of spinners.

Install

$ npm install @temir/spinner

usage

temir-spinner

<script lang="ts" setup>
import { TBox, TText } from '@temir/core'
import TSpinner from '@temir/spinner'
</script>

<template>
  <TBox
    :margin="5"
    width="20"
    border-style="round"
    justify-content="center"
  >
    <TText>
      <TText color="yellow">
        <TSpinner />
      </TText>
      Loading
    </TText>
  </TBox>
</template>

Props

type

Type: string
Defaults: dots

Type of a spinner. See cli-spinners for available spinners.

Keywords

vue

FAQs

Package last updated on 20 Sep 2022

Related posts