1.1.2 • Published 5 years ago

scrivito-eyecatcher v1.1.2

Weekly downloads
19
License
MIT
Repository
github
Last release
5 years ago

Scrivito Eyecatcher

CMS: Scrivito License: MIT

An eyecatcher React component/Scrivito widget for the Scrivito CMS.

Screenshot

Screenshot

Installation

Open your terminal.

$ cd to your Scrivito project

$ npm install scrivito-eyecatcher

Import the widget in your javascript (e.g. in index.js or Widgets/index.js).

Add this line to your index.js:

import "scrivito-eyecatcher";

Also add the styling of the widget to your app. This can be done by either loading it via css-loader (e.g. in index.js or Widgets/index.js):

import "scrivito-eyecatcher/index.css";

Or by including the styling to your style sheets (e.g. in index.scss):

import "~scrivito-eyecatcher/index.css";

Features

The Scrivito Eyecatcher Widget renders a blockquote tag, with optional borders, shadows and background colors. Text can be edit inline.

Widget properties

In the widget properties you can set:

  • Text size
  • Border
  • Shadow
  • Alignment
  • Rounded Borders
  • Background color
1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.5.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago