Tahmid (Halfmoon UI)
Tahmid (Halfmoon UI)
I like the syntax that you proposed, but is the lack of IDs on checkboxes a good idea? Seems like it could lead to accessibility issues. I know the docs...
I am no accessibility expert (trying to get better though), but from what I understand, `aria-labelledby` is used to establish a relationship between an element and its label. May I...
I will try out the code samples. More input types are planned for `v1.2.0`, including range, number, password toggle, and full form validation. Regarding the color and date inputs you...
It does though: https://www.gethalfmoon.com/docs/form/#invalid-input-and-feedback and https://www.gethalfmoon.com/docs/input/#invalid-inputs
[Sorry for the late response](https://gist.github.com/halfmoonui/59b464241dfe760449476d9edde6f0b6), and thanks for bringing this up. I am not sure if this is different enough to actually warrant a separate component from the existing `.navbar-fixed-bottom`....
[Sorry for the late response](https://gist.github.com/halfmoonui/59b464241dfe760449476d9edde6f0b6), and thanks for bringing this up. The rationale was to support a few older browsers, and also fix some unexpected bugs that pop up here...
Halfmoon is published as an npm package: [https://www.gethalfmoon.com/docs/download/#using-npm](https://www.gethalfmoon.com/docs/download/#using-npm). I realize that this is not ideal if you are looking for UI components, but it can be used with Angular this...
@Jorgen-VikingGod That would be really cool. Some people are already working on React and Vue components.
Yes sure, the two I know of: https://www.npmjs.com/package/darkmoon https://www.npmjs.com/package/react-dark-light-ui
Hey, the following things will probably help you solve this problem: - Where are you calling the function from? Are you using React? If yes, you should probably see this:...