0.3.0 • Published 5 months ago

op-headless-lib v0.3.0

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

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.

0.3.0

5 months ago

0.2.1

7 months ago

0.2.7

6 months ago

0.2.6

6 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.5

7 months ago

0.2.0

8 months ago

0.1.14

8 months ago

0.1.13

8 months ago

0.1.12

10 months ago

0.1.11

10 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.9

10 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago