Closed zoeames closed 5 years ago
bootstrap switches:
https://getbootstrap.com/docs/4.3/components/forms/#switches
bootstrap slider:
Large Text we could create an iterator that allows us to scale up the size of the text using a slide bar. we'd have to signify font size numerically and, as the slide bar goes up, the iterator increases and the iterator increases by a set amount. something like:
let ( i =0; i < 10px; i += 1) {
fontSize = ${[i]}px
;
}
a forEach statement?
User Story
As a user, with tired eyes, I should be able to chat with large text.
AC
Given A user navigates to your page Then they should see a checkbox below the input field called "Large Text" And they should be able to click this checkbox And when the checkbox is selected all the message text should be larger
Dev Notes