vue-bitrix24
Component library in Bitrix24 style
Install
nodejs
npm i -S vue-bitrix24@latest bitrix24-library@latest
Use
vue
// App.vue
<template>
<bx-button menu>bx-button</bx-button>
</template>
<script setup lang="ts">
import { BxButton } from 'vue-bitrix24';
</script>
Components
Storybook
- bx-alert
- bx-button
- bx-checkbox
- bx-icon
- bx-input
- bx-input-file
- bx-progressbar
- bx-radio
- bx-tag-selector
- bx-textarea