op-headless-lib
v1.0.3
Published
op-headless-lib is a Vue 3 library that provides a suite of pre-built components, eliminating the need for managing underlying logic, accessibility, or styling
Downloads
339
Maintainers
Readme
op-headless-lib is a Vue 3 library that provides a suite of pre-built components, eliminating the need for managing underlying logic, accessibility, or styling.
With op-headless-lib, you can focus on building your application with compact, fully customizable, and headless components.
Table of Contents
Installation
To install the op-headless-lib, you can use either npm, yarn or pnpm:
npm install op-headless-lib
# or
yarn add op-headless-lib
# or
pnpm add op-headless-lib
Usage
You can register op-headless-lib in your Vue 3 application as a plugin. You can import all components at once:
import lib from 'op-headless-lib';
app.use(lib);
Or import individual components:
import {YOUR_COMPONENT} from 'op-headless-lib';
Or if you do not wish to install the components globally
they can also be imported directly into your Vue files.
Features
op-headless-lib offers the following features:
- Headless components
- Fully customizable
- Compact size
Contribution
Currently, the project is managed by a single developer.
Contact
For support or further questions, please open an issue.