1.103.2 • Published 6 years ago

@4geit/rct-book-preview-component v1.103.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@4geit/rct-book-preview-component npm version


As a user I want to have a preview of the book right when I arrive on the website at a glance

Demo

A live storybook is available to see how the component looks like @ http://react-packages.ws3.4ge.it

Installation

  1. A recommended way to install @4geit/rct-book-preview-component is through npm package manager using the following command:
npm i @4geit/rct-book-preview-component --save

Or use yarn using the following command:

yarn add @4geit/rct-book-preview-component
  1. Depending on where you want to use the component you will need to import the class RctBookPreviewComponent to your project JS file as follows:
import RctBookPreviewComponent from '@4geit/rct-book-preview-component'

For instance if you want to use this component in your App.js component, you can use the RctBookPreviewComponent component in the JSX code as follows:

import React from 'react'
// ...
import RctBookPreviewComponent from '@4geit/rct-book-preview-component'
// ...
const App = () => (
  <div className="App">
    <RctBookPreviewComponent/>
  </div>
)
1.103.2

6 years ago

1.103.1

6 years ago

1.99.0

6 years ago

1.97.4

6 years ago

1.95.0

6 years ago

1.93.0

6 years ago

1.91.0

6 years ago

1.89.1

6 years ago

1.89.0

6 years ago

1.88.0

6 years ago

1.87.5

6 years ago

1.86.2

6 years ago

1.86.0

6 years ago

1.85.3

6 years ago

1.85.2

6 years ago

1.85.0

6 years ago