react-bitrix24
v1.0.0
Published
Component library in Bitrix24 style
Downloads
139
Maintainers
Readme
react-bitrix24
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
Storybook
- BxAlert
- BxButton
- BxCheckbox
- BxIcon
- BxInput
- BxInputFile
- BxProgressbar
- BxRadio
- BxTagSelector
- BxTextarea