+
+
+
+
+ This is a text element
+
+
+```
+
+To initialize it
+
+```js
+ Coachmark.init()
+```
+
+For React users,
+
+```js
+ // Onboarding Component
+ import Coachmark from 'coachmarkjs'
+ class Onboarding extends React.Component {
+
+ componentDidMount() {
+ Coachmark.init()
+ }
+
+ componentWillUnmount() {
+ Coachmark.destroy()
+ }
+
+ render() {
+ return (
+