Open jamesallan93 opened 1 year ago
I think that a prop for overwriting the default class on the <ul/> would be handy. So using js to overwrite wouldn't be needed.
<ul/>
let form = document.getElementById("form_wiz"); form?.children[0].classList.add("nav", "nav-pills", "nav-fill");
<FormWizard ulClass="class-1 abc primary"> _...some code_ </FormWizard>
I think that a prop for overwriting the default class on the
<ul/>
would be handy. So using js to overwrite wouldn't be needed.