Socket
Socket
Sign inDemoInstall

ember-magma

Package Overview
Dependencies
320
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-magma

Magma is a bootstrap toolkit that brings a set a UI components to help you create your Ember.js applications.


Version published
Weekly downloads
9
increased by50%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Magma Build Status

Designed for Ember.js

Magma is a bootstrap toolkit that brings a set a UI components to help you create your Ember.js applications.

How does this work?

This toolkit contains reusable components you can assemble to build awesome things.

Better than too many words, please visit http://alexmngn.github.io/ember-magma/ to see examples.

Installation

A simple command line can make you use the addon right now. Simply run the following at the root level of your ember project:

ember install ember-magma

Note: This addon requires you to use Ember 2.3 or above. Please update your project's Ember version to be able to use this addon.

Themes

We understand that you don't always want to use the default styles coming from this addon. It often adds a lot of styles, and you might want to create your own theme for your application without overriding everything. For this reason, the default theme is not loaded by default in the application anymore.

If you decide you want to use the Magma theme, you will need to include it in the main sass file of your project.

@import 'node_modules/ember-magma/addon/styles/themes/magma';

Documentation & Demos

The documentation and demos are available here: http://alexmngn.github.io/ember-magma/

Keywords

FAQs

Last updated on 05 Feb 2016

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc