Using Sliders is pretty simple and straightforward. You just place {slider} tags around the text (rich content) that should show up in sliders.

You don't need to go into html view, you can use this right in your WYSIWYG editor.

Every block of content should be preceded with a starting {slider} tag, like:

{slider title="Title of the slider"}

And place a closing {/sliders} tag after the last slider content block.

A simple slider set with 2 sliders would look like:

{slider title="First Slider"}

Some text...

{slider title="Second Slider"}

Some more text...

{/sliders}

This is the result:

Note: Sliders is most stable and reliable if you place each {slider} tag on its own new paragraph line.