New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ec-quote-widgets

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ec-quote-widgets

Place Single Quote with large quotemarks surrounding the quote. Includes multiple modes for quote displpay

  • 1.0.35
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

QUOTE WIDGET

An Apostrophe CMS module to provide a quote block for your content. A mandatory quote content region, along with two optional regions for an author name, a header and any other author information that may be important to include. Supports using multiple quotes as an array, with a configurable rotation speed and optional control buttons, and multiple preset styles which display information in different arrangements.

GETTING STARTED

Prerequisites

In order to use this module, you should have:

  • NPM
  • ApostropheCMS
Installing

From within your apostrophe project directory, run npm install --save ec-quote-widgets

Include widget in projects' app.js file:

  modules: {
    'ec-quote-widgets': {},
    // ... other modules
}

Configuration

Colors

In css/variables.less, colors are assigned to variable names like this:

@quote_author_color3: #861f41;
@quote_author_color4: #6dc6e8;

These hex values can be edited without impacting the functionality. These values are used to configure the background and content colors of the quote.

Screenshots

Alt text

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Keywords

FAQs

Package last updated on 25 Jan 2019

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