🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

unocss-preset-components

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unocss-preset-components

A collection of Unocss presets for component libraries

latest
npmnpm
Version
0.0.1
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

unocss-preset-components

A preset for UnoCSS that includes a set of components for common UI elements.

Usage

Install the preset:

npm i -D unocss unocss-preset-components

Add the preset to your unocss.config.js:

import { defineConfig } from 'unocss'
import presetComponents from 'unocss-preset-components'

export default defineConfig({
  presets: [
    presetComponents()
  ]
})

Keywords

unocss

FAQs

Package last updated on 14 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts