\n\n You can change line's style with the property border-style
. The allowed values are equivalent to the border-style
property in CSS.
\n\n \n\n \n\n dotted\n dashed\n solid\n\n
\n\n \n<vs-divider border-style="dotted" color="primary">dotted</vs-divider>\n<vs-divider border-style="dashed" color="success">dashed</vs-divider>\n<vs-divider border-style="solid" color="danger">solid</vs-divider>\n \n\n \n