halfmoon
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.
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...
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.
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`...
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,...
When you navigate from page to page, the sidebar flashes and goes away in mobile view.
## 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...
Last change was made 7 months ago. Is this project still being maintained?
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? 