@2smoothcorp/ibop-component
v1.4.10
Published
IBOP Shared component
Downloads
219
Readme
IBOP Component
Maintaining Steps
- Make changes to code in
libfolder - run
yarn build - If no error, then push to
master - create and push tag versioning,
vx.x.xwhere x is number (eg. v1.0.0) - run
npm publish - get otp from
ratchasak-ranron
Installation
yarn add @2smoothcorp/ibop-component@latest
Changelog
Components
- Advance Search
- Form builder component for search form with more complex fields
- These are all possible types
- text
- number
- select
- switch
- date-picker
- date-range-picker
- Ant Ext Button
- Button which extends from
Ant Designwith added color variations and modified type definition
- Button which extends from
- Calendar
- Calendar which extends from
Ant Designwithdate-fnsconfig instead of deprecated package (moment)
- Calendar which extends from
- Card
- Card which extends from
Ant Designwith modified type definition
- Card which extends from
- Date Picker
- DatePicker and its related components which extends from
Ant Designwithdate-fnsconfig instead of deprecated package (moment)
- DatePicker and its related components which extends from
- Operation Button
- Button which extends from
Ant Designwith predefined appearance separated by operation preset
- Button which extends from
- Table
- Table which extends from
Ant Designwith added stripe class and straightforward pagination handler functionality
- Table which extends from
- Tag
- Tag which extends from
Ant Designwith modified type definition
- Tag which extends from
- Simple Search
- Customization of
InputwithCheckBox.GroupandButtonas its addon suffix, without usingForm
- Customization of
Style not injected issue
- Link to the issue on how maintainers solved this.
