Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
ember-frost-button
Advanced tools
ember install ember-frost-button
Category | Name | Description |
---|---|---|
Actions | on-click | triggers associated action |
CSS (Content) | icon | icon is part of the button |
icon-text | icon and text are part of the button | |
info | additional info is part of the button | |
text | text is part of the button | |
CSS (Size) | small | the smallest button you ever did see |
medium | not quite as small as small , but not very big either | |
large | now we're getting somewhere | |
extra-large | my grandma, what a big button you have! | |
CSS (TYPE) | primary | default action on forms, etc. |
secondary | average, garden-variety button | |
tertiary | subdued actions, like Cancel | |
States | autofocus | wave your arms and make a big racket to attract everyone's attention as soon as you render |
disabled | don't even think about trying to click this! |
{{#frost-button autofocus disabled=isDisabled class='primary small' on-click=(action 'closure')}}
<div class='text'>Text</div>
{{/frost-button}
{{#frost-button class='tertiary medium' on-click=(action 'closure')}}
<div class='icon'>
{{frost-svg path='frost/add'}}
</div>
{{/frost-button}}
{{#frost-button class='secondary large' on-click=(action 'closure')}}
<div class='icon-text'>
{{frost-svg path='frost/add'}}
<div class='text'>Text</div>
</div>
{{/frost-button}}
{{#frost-button class='primary extra-large' on-click=(action 'closure')}}
<div class='info'>
{{frost-svg path='frost/add'}}
<div class='content'>
<div class='alias'>Info alias</div>
<div class='details'>Info details</div>
</div>
</div>
{{/frost-button}}
git clone git@github.com:ciena-frost/ember-frost-button.git
cd ember-frost-button
npm install && bower install
A dummy application for development is available under ember-frost-button/tests/dummy
.
To run the server run ember server
from the root of the repository and visit the app at http://localhost:4200.
Run ember test
from the root of the project to execute the test suite and output code coverage.
FAQs
Simple Frost Button
The npm package ember-frost-button receives a total of 3 weekly downloads. As such, ember-frost-button popularity was classified as not popular.
We found that ember-frost-button 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.