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

1.0.1 • Public • Published

react-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 react-bitrix24@latest bitrix24-library@latest

Use

// App.tsx
import { BxButton, loadStyles } from 'react-bitrix24';
import { Bitrix24 } from 'bitrix24-library';

function App() {
  Bitrix24().then((BX24) => {
    loadStyles(BX24);
  });

  return <BxButton menu>BxButton</BxButton>;
}

Components

  • BxAlert
  • BxButton
  • BxCheckbox
  • BxIcon
  • BxInput
  • BxInputFile
  • BxProgressbar
  • BxRadio
  • BxTagSelector
  • BxTextarea

Links

/react-bitrix24/

    Package Sidebar

    Install

    npm i react-bitrix24

    Weekly Downloads

    32

    Version

    1.0.1

    License

    GPL

    Unpacked Size

    92.7 kB

    Total Files

    74

    Last publish

    Collaborators

    • vdistortion