Skip to content

Undefined Element 是一个基于原子化 CSS 的 Vue3 组件库,它只关注代码逻辑,将样式的控制权交还给用户。

Notifications You must be signed in to change notification settings

xNoRain001/undefined-element

Repository files navigation

Overview

Vue component library, only focus on logic, the style is up to you.

Installation

npm install -D undefined-element

Usage

import undefinedElement from 'undefined-element'
import { createApp } from 'vue'

import App from './App.vue'
import 'undefined-element/dist/index.css'

const app = createApp(App)

app
  .use(undefinedElement)
  .mount('#app')

Documentation

documentation

License

MIT

About

Undefined Element 是一个基于原子化 CSS 的 Vue3 组件库,它只关注代码逻辑,将样式的控制权交还给用户。

Topics

Resources

Stars

Watchers

Forks

Packages