Skip to content

Wrong description for example in v7 #209

@masinosinaga

Description

@masinosinaga

It seems the documentation for v7 still get the theme options from v6 as follows (see at the theme directive below):

$('#smartwizard').smartWizard({
    initialStep: 0,         // Initial selected step (0 = first step)
    theme: 'basic',         // Theme: basic | arrows | dots | round | square | progress (ensure related CSS is included)
   ...
});

It should be like this in v7:
// Theme: default | arrows | basic | glow | pills (ensure related CSS is included)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions