Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-sparks

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-sparks

Ambitious UI components for Ember apps.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Ember Sparks

Ambitious UI components for Ember apps


Ember Sparks aims to create a new set of default UI components that can be used in all Ember apps.

By using the power of ember-css-modules and the Ember ecosystem's emphasis on conventions, addon authors can effortlessly share UI elements that have sane defaults, but are also incredibly easy to customize.

Install

ember install ember-sparks

Restart your app after the installation and you're ready to go!

Usage

Ember Sparks comes with some handy preinstalled components, such as {{input-spark}} and {{toggle-spark}}.

You can use them simply by dropping them into your template:

{{input-spark
	placeholder="your-username"
	prefix="ludu.co/@"
}}

Check out the official website's "Components" menu to see a list of all the built-in Sparks.

Theming

Customizing components created with Ember Sparks is much simpler and more maintaineable than with most other UI libraries thanks to ember-css-modules. To learn more, check out the "Theming" section in the official docs!

Contribute

With Ember Sparks own generator, you can easily create your own Spark components as addons. To learn more, check out the "Contribute" section in the official docs!

Keywords

FAQs

Package last updated on 26 Jan 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc