Skip to content

PrivacySafe/3n-client-lib

Repository files navigation

Library (Vue3 + Typescript + Vite)

Components, directives and plugins for Vue3 projects and some helpers methods (utils).
The library on npm

You can run the project as pnpm dev or npm run dev.

Components

  • Ui3nBadge,
  • Ui3nBreadcrumb
  • Ui3nBreadcrumbs
  • Ui3nButton
  • Ui3nCheckbox
  • Ui3nChip
  • Ui3nDialog
  • Ui3nDroopFiles
  • Ui3nEmoji
  • Ui3nIcon
  • Ui3nInput
  • Ui3nList
  • Ui3nMenu
  • Ui3nNotification
  • Ui3nProgressCircular
  • Ui3nProgressLinear
  • Ui3nRadio
  • Ui3nRadioGroup
  • Ui3nStepLineBar
  • Ui3nSwitch
  • Ui3nTableSortIcon
  • Ui3nTable
  • Ui3nTabs
  • Ui3nText
  • Ui3nTooltip
  • Ui3nVirtualScroll

Directives

  • Ui3nHtml
  • Ui3nClickOutside
  • Ui3nResize
  • Ui3nRipple

Plugins

  • i18n
  • dialogs
  • notifications
  • vue-bus

Store plugins

  • store-i18n
  • store-dialogs
  • store-notifications
  • store-vue-bus

Constants

  • emoticons
  • mailReg

Utils

  • sqlite-on-3nstorage
  • ...

Installation

npm

npm i @v1nt1248/3nclient-lib

yarn

yarn add @v1nt1248/3nclient-lib

pnpm

pnpm add @v1nt1248/3nclient-lib

You also need to import the required CSS files into your main.ts:

import '@v1nt1248/3nclient-lib/variables.css';
import '@v1nt1248/3nclient-lib/style.css';

About

Library for 3NWeb clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published