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.
@bitbond/components
Advanced tools
Install the npm package:
npm install @bitbond/components
# or with yarn
yarn add @bitbond/components
Add it as a plugin in your Vue project, e.g. create a file like bitbond/components.js
in your plugins folder and add the following to it's contents:
// plugins/bitbond/components.js
import Vue from 'vue'
import bbComponents from '@bitbond/components'
Vue.use(bbComponents)
Import this plugin in your app's build step/file.
Tailwindcss - It is expected that your project has Tailwind installed. The components then use the Tailwind classes provided by your Tailwind configuration.
For example, using the bb-btn
component:
<bb-btn color="primary">Hello World</bb-btn>
This will use your Tailwind colour class for bg-primary-500
as the background colour for the button, and variant classes for hover/active states.
There is one optional dependency, Fontawesome.
The bb-icon
component takes a name
prop and applies that as a class to an underlying <i :class="'icon ${name}" />
element. The purpose is such that if you have Fontawesome installed in your app you can use the component like this:
<bb-icon name="fas fa-user-circle" />
Please see bbIcon.vue for more information.
yarn install
yarn dev
yarn run build
FAQs
Bitbond vue components
We found that @bitbond/components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.