Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.77 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.77 KB

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.init().then((BX24) => {
    loadStyles(BX24);
  });

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

Components

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

Links