npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@ecl/ec-component-button

v2.39.0

Published

ECL EC Buttons

Downloads

2,069

Readme

Buttons

Why and how to use this component

Use buttons to indicate actions a user can take.

To make a clear distinction between multiple actions, you have to use different visual weight for buttons.

The button with the strongest visual weight will attract the most attention.

We've created multiple variants of the button to suit the following situations:

Default button

Usage

The default button is used for important links on the page.

Style

White and EC blue is used for the default button. A secondary action isn’t as important as a primary action so it shouldn’t call as much attention.

Primary button

Usage

Used for primary actions in case of forms, to initiate a search query, to apply a filter.

Style

The EC Blue is used for primary buttons and is the default colour of the pages. It is a saturated colour, which makes it fitted for adding visual weight.

Secondary button

Usage

Used for secondary actions to cancel a form.

Style

Secondary actions should have the weakest visual weight comparing to primary actions.

Call-to-action button

Usage

Use these buttons sparingly on the most important actions like "Apply for funding" or "Watch live streaming".

Style

The EC yellow is used for call to actions buttons. Yellow is the most luminous of all the colours of the spectrum. It’s the colour that captures our attention more than any other colour.

The yellow reinforces the attention and allows us to guide our users through the interface.

Submit & abort options

Usage

The submit and abort buttons are used to confirm a choice or send information. The abort button ('cancel') is optional.

Style

See Primary button + Secondary button.

Guidance

  • use short labels
  • capitalize (...)
  • ...

When to use this component

  • use this component in the content area of pages.

When not to use this component

  • do not use this component for cross linking. If you want to navigate to a new page on a website, use a link instead.
  • do not use this component in the header or the footer component.