halfmoon icon indicating copy to clipboard operation
halfmoon copied to clipboard

Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components.

Results 76 halfmoon issues
Sort by recently updated
recently updated
newest added

I have this simple code: ```js halfmoon.initStickyAlert({title: 'Publishing...', message: ' Your post is being published, please wait..', type: 'alert-secondary', timeShown: 1500}) ``` triggered when a form is being submitted, here's...

v1

How can npm installation can be used in sveltekit? Tried different ways, but nothing's working for me. Any reference would've been helpful & much appreciated.

v1

title you can now use ``` halfmoon.setColorMode('dark') ``` to set the page to darkmode, regardless of its current state, and ``` halfmoon.setColorMode('light') ``` to set the page to lightmode.

Hello, I'm desperately trying to put a switch's label *before* itself. I tried : - putting the `` element before the `` element - using CSS `display: flex; flex-direction: row-reverse`...

v1

the core js lib allowed you to toggle the mode. however many times you want it to force into a mode like `halfmoon.setMode("light")` for example. if it's in dark mode,...

v1

When you navigate from page to page, the sidebar flashes and goes away in mobile view.

enhancement
v1

## Problem I'm trying to toggle sidebar with Vuejs: ```html export default { data() { return { isHidden: false } } } ``` It doens't work because on CSS you're...

v1

Last change was made 7 months ago. Is this project still being maintained?

v1

The select input field is rendering incorrectly on mobile view. I checked on the official docs and it does the same thing there. Any solutions? ![image](https://user-images.githubusercontent.com/63133890/153501190-23087b19-f9df-46da-adfe-2f28e50dae40.png)

v1