Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
q-colorize-mixin
Advanced tools
QColorizeMixin is a Vue Mix-in library for components created with Quasar Framework. It is only for components that use a render
function. It does not work with template formats found with SFC (single file components).
Allows you to "skin" your component with customized text, background and border colors. You can use:
#c0c0c0
),rgb(255,0,0)
),ghostwhite
) or--q-color-red-10
)border-
(ex: border-blue-grey-10
)This is a lot of choices!
To add this mix-in to your Quasar application, run the following (in your Quasar app folder):
yarn add q-colorize-mixin
# or
npm install q-colorize-mixin
To remove this mix-in from your Quasar application, run the following (in your Quasar app folder):
yarn remove q-colorize-mixin
# or
npm remove q-colorize-mixin
Examples with code can be found here.
Source for the demo application can be found here.
$ yarn
$ cd ui
# start dev in SPA mode
$ yarn dev
$ cd ui
$ yarn build
# first time prep
$ cd ui
$ yarn link
$ cd ../demo
$ yarn link "q-colorize-mixin"
# for interactive - browser opens automatically
$ quasar dev
# for build - goes to docs folder
$ yarn build-demo
If you appreciate the work that went into this, please consider donating to Quasar or Jeff.
MIT (c) Jeff Galbraith jeff@quasar.dev
FAQs
Quasar color mixin
We found that q-colorize-mixin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.