vue-bitrix24
TypeScript icon, indicating that this package has built-in type declarations

6.0.1 • Public • Published

vue-bitrix24

NPM Version NPM Downloads npm bundle size

GitHub Repo stars GitHub forks GitHub Created At

Component library in Bitrix24 style

Install

npm i -S vue-bitrix24@latest bitrix24-library@latest

Use

// App.vue
<template>
  <bx-button menu>bx-button</bx-button>
</template>

<script setup lang="ts">
import { BxButton } from 'vue-bitrix24';
</script>

Components

  • bx-alert
  • bx-button
  • bx-checkbox
  • bx-icon
  • bx-input
  • bx-input-file
  • bx-progressbar
  • bx-radio
  • bx-tag-selector
  • bx-textarea

Links

Package Sidebar

Install

npm i vue-bitrix24

Weekly Downloads

33

Version

6.0.1

License

GPL

Unpacked Size

152 kB

Total Files

74

Last publish

Collaborators

  • vdistortion