1.1.4 • Published 2 years ago

@firesoon/bc-mock-group v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

download

$ yarn add @firesoon/bc-bl-drawer
# or
$ npx @firesoon/bc-bl-drawer

The basic use

API Please refer to the documentation

import BlDrawer from '@firesoon/bc-bl-drawer';
{visible && (
        <BlDrawer
          visible={visible}
          pid={1}
          zryDays={12}
          hasDetail={true}
          onClose={() => setVisible(false)}
          api={{
            detailAPI: getBlListDetail,
            mockDetailAPI: getBlDetailSimulation,
            flagAPI: getFlag,
            diagsAPI: getCheckSelect,
            operasAPI: getOperationSelect,
            updateBedAPI: updateBedQuitConfig,
            zryListAPI: getBlListZryList,
          }}
        />
      )}
1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.2

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago