⛓️
UI-BuilderCraft
  • 👋Welcome
  • Overview
    • 〽️Getting Started
    • 🌐Download
    • ✨Component
      • 📓Form
        • InputText
        • InputMask
        • InputNumber
        • Spinner
        • Avatar
        • Badge
        • Alert
        • InputArea
        • Skeleton Loader
        • Checkbox
        • Toggle
    • 💡Benefits
Powered by GitBook
On this page

Was this helpful?

  1. Overview
  2. Component
  3. Form

Spinner

PreviousInputNumberNextAvatar

Last updated 1 year ago

Was this helpful?

UI-buildercraft introduces an advanced Spinner component for Angular applications, empowering developers to create custom spinners with adjustable height, width, and color. This versatile component allows seamless integration of stylish spinners into your application, offering the flexibility to tailor their appearance to match your unique design preferences. Customize the height, width, and color effortlessly, enhancing the visual appeal and user experience of your spinners.

<UI-BuilderCraft-spiner [height]="100" [width]="100" [color]="'#f9b115'"></UI-BuilderCraft-spiner>


  imports: [SpinerComponent]

Properties
Type
Default Value

Height

Number

20

Width

Number

20

Color

String

#3498db

✨
📓