1.2.0 • Published 1 year ago

ux-cursor v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Instalación

  npm install ux-cursor

Importación

import UxCursor from './cursor.js';
UxCursor({}) // Valores por defecto

Cambio de estilo (Props)

UxCursor({
  size = 30, // Cambio del ancho y alto del cursor. Por defecto está en 25
  mixBlend = 'none', // filtro mixBlend. Por defecto está en exclusion
  borderRadius = '20px', //Cambiar el border radius. Por defecto está en 50%
  color = '#2E95D3', // Cambiar el color de fondo del curosr. Por defecto es blanco
  border = '1px solid #000', // Agrega un borde al cursor. Por defecto es none 
  opacity = '50%' // Cambia la opacidad del cursor. Por defecto es 100%
})
1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.0.0

1 year ago