0.8.0 • Published 5 months ago

@s-ui/react-molecule-coachmark v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

MoleculeCoachmark

MoleculeCoachmark is a wrapper of the react-joyride library in order to create smooth guided tours in the apps to explain new features to the users.

For more information on how to use the provided props, visit the react-joyride documentation site

Installation

$ npm install @s-ui/react-molecule-coachmark

Usage

Basic usage

Import package and use the component

import MoleculeCoachmark from '@s-ui/react-molecule-coachmark'

return <MoleculeCoachmark {...props} />

Import the styles (Sass)

@import '~@s-ui/theme/lib/index';
/* @import 'your theme'; */
@import '~@s-ui/react-molecule-coachmark/lib/index';

Overwriting styles

Overwriting styles is possible thanks to the styles prop. Here you can find a list of possible properties to be overwritten

Find full description and more examples in the demo page.

0.8.0

5 months ago

0.5.0

9 months ago

0.4.0

9 months ago

0.7.0

9 months ago

0.6.0

9 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.0

11 months ago