Get started with Solid Bits in your project. Follow these simple steps to install and configure the library.
Install Solid Bits using your preferred package manager:
npm install solid-bitspnpm add solid-bitsyarn add solid-bitsIf you're using the UnoCSS variants, install UnoCSS as well:
npm install -D unocssThen configure UnoCSS in your project:
// uno.config.ts
import { defineConfig, presetUno } from 'unocss'
export default defineConfig({
presets: [presetUno()]
})Solid Bits requires the following peer dependencies:
Now that you've installed Solid Bits, learn how to use it: