
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
angular-refills
Advanced tools
This is a set of Angular.js directives that implement the functionality of http://refills.bourbon.io/. This project was created to make it easier to use Bourbon and Refills controls on an Angular.js website. These directives are designed to work with the default HTML structure and classes as presented on the Refills website.
They are all independent, so you can use only the ones you need.
Refills is owned and maintained by thoughtbot, inc.. This project is not affiliated in any way.
This project is currently in a pre-release state, so not all directives have been added.
Include Refills in your project and include one or more of the patterns or components
Include either the minified or non-minified javascript file from the /dist/
folder:
<script src="angular-refills.js"></script>
Inject the angular-refills
module into your app module:
var myApp = angular.module('myApp', ['angular-refills']);
The directives will be applied automatically if the default classnames are used.
There is an example site in the example/
folder which can be used for reference. It uses Gulp to compile the SCSS stylesheets, but the compiled version is also included.
This filter can be installed via Bower with the following dependency in the bower.json
file.
"dependencies": {
"angular-refills": "~0.0"
}
This project is published in NPM as angular-refills
.
"dependencies": {
"angular-refills": "~0.0"
}
FAQs
AngularJS directives for Bourbon.io Refills
The npm package angular-refills receives a total of 2 weekly downloads. As such, angular-refills popularity was classified as not popular.
We found that angular-refills 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
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.