
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
ember-ted-button
Advanced tools
work in progress! subject to change
ember install ember-ted-button
This addon depends on ember-ted-shed
and ember-cli-sass
for styling:
ember install ember-ted-shed
ember install ember-cli-sass
// app.scss
@import 'ember-ted-shed/colors;
@import 'ember-ted-shed/borders;
Basic usage (defaults to light theme):
{{ted-button text="Save"}}
Dark theme: {{ted-button text="Save" theme="dark"}}
Template block usage for custom markup:
{{#ted-button}}
<em>any</em> markup can go here!
{{/ted-button}}
Disabled button:
{{ted-button
text="can't click this"
theme="dark"
classNames="m-l:1"}}
If you need to customize, you can add your own shed.css class names:
{{#ted-button text="Danger!" classNames="bg:red"}}
git clone
this repositorynpm install
bower install
##3 Running
ember serve
npm test
(Runs ember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
FAQs
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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.