1.0.3 • Published 2 years ago

mike-account v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

vue-verida-account-component

Open Source Vue Components for Verida

  • This component can be customized to suite your application styles and themes .

Usage

Props

PropsTypeRequiredDescription
onSuccessfunctiontruea callback function that will return the application context will be passed as an argument to this function after a successful SSO login.
onErrorfunctiontruea callback function that log errors
stylesstringfalse
loaderIconColorstringfalsea Hexa-decimal color e.g (#0000)
logostringfalse170x170 png file
contextNamestringtrueapplication name e.g Verida : My APP

Styles class

here are the class names you can customize

.m-dropdown-top img {}

..m-dropdown-logout {}

Project setup

Yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.