1.0.0 • Published 3 days ago

bear-react-gantt v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

NPM npm downloads npm npm

Features

  • Use React + Flexbox directly, not javascript in secondary development into React
  • Easier to use
  • Use Flexbox instead of adding inline Style to gantt items
  • Number of times to avoid re-renders by key in gantt items or switch memo cache
  • There is no need to set the style of the project, Bear React Gantt directly provides the components of your project, you only need to set the image URL and form an array, and put it in the data parameter.
  • The size of the gantt, the height of the outer container is based, and the item container follows the size of the outer container

Supports

  • Supports both Web, Mobile
  • Responsive setting parameters
  • Navigation buttons can be directly moved out of the gantt area without being affected by overflow in simple usage situations
  • Prevent onClick of gantt item from triggering on swipe
  • Provide project scale setting + additional fixed size or fixed height setting
  • Support two-way synchronous control of the second Gantt
  • Support center mode
  • Support gantt auto display items
  • Support auto play

Install

yarn add bear-react-gantt

Usage

import BearGantt, {TBearSlideItemDataList, BearSlideImage} from 'bear-react-gantt';
import 'bear-react-gantt/dist/index.css';

const images = [
    {id: 1, imageUrl: "https://dummyimage.com/900x400/dee2e6/6c757d.jpg"},
    {id: 2, imageUrl: "https://dummyimage.com/900x400/dee2e6/6c757d.jpg"},
    {id: 3, imageUrl: "https://dummyimage.com/900x400/dee2e6/6c757d.jpg"},
];
    
const data: TBearSlideItemDataList = images.map(row => {
    return {
        key: row.id,
        // BearSlideImage or BearSlideCard
        children: <BearSlideImage imageUrl={row.imageUrl}/>
    };
});

export const CustomBanner = () => {
    return <BearGantt 
        data={data}
        height="200px"
    />
}

There is also a codesandbox template that you can fork and play with it:

Edit react-editext-template

Use Nextjs example

Edit react-editext-template

License

MIT © imagine10255

1.0.1-alpha.3

3 days ago

1.0.1-alpha.2

4 days ago

1.0.1-alpha.0

4 days ago

1.0.0

13 days ago

0.0.3-alpha.11

14 days ago

0.0.3-alpha.12

14 days ago

0.0.3-alpha.10

14 days ago

0.0.3-alpha.19

13 days ago

0.0.3-alpha.17

14 days ago

0.0.3-alpha.18

13 days ago

0.0.3-alpha.15

14 days ago

0.0.3-alpha.16

14 days ago

0.0.3-alpha.13

14 days ago

0.0.3-alpha.14

14 days ago

0.0.3-alpha.20

13 days ago

0.0.3-alpha.21

13 days ago

0.0.3-alpha.9

15 days ago

0.0.3-alpha.8

15 days ago

0.0.3-alpha.7

16 days ago

0.0.3-alpha.3

16 days ago

0.0.3-alpha.5

16 days ago

0.0.3-alpha.4

16 days ago

0.0.3-alpha.2

17 days ago

0.0.3-alpha.1

19 days ago

0.0.3-alpha.0

4 months ago

0.0.2

8 months ago

0.0.1

8 months ago

0.0.1-alpha.35

9 months ago

0.0.1-alpha.34

9 months ago

0.0.1-alpha.33

9 months ago

0.0.1-alpha.32

9 months ago

0.0.1-alpha.31

9 months ago

0.0.1-alpha.30

9 months ago

0.0.1-alpha.29

9 months ago

0.0.1-alpha.28

9 months ago

0.0.1-alpha.27

9 months ago

0.0.1-alpha.26

9 months ago

0.0.1-alpha.25

9 months ago

0.0.1-alpha.24

9 months ago

0.0.1-alpha.23

9 months ago

0.0.1-alpha.22

9 months ago

0.0.1-alpha.21

9 months ago

0.0.1-alpha.20

9 months ago

0.0.1-alpha.19

9 months ago

0.0.1-alpha.18

10 months ago

0.0.1-alpha.17

10 months ago

0.0.1-alpha.16

10 months ago

0.0.1-alpha.15

10 months ago

0.0.1-alpha.14

10 months ago

0.0.1-alpha.13

10 months ago

0.0.1-alpha.12

10 months ago

0.0.1-alpha.11

10 months ago

0.0.1-alpha.10

10 months ago

0.0.1-alpha.9

10 months ago

0.0.1-alpha.8

10 months ago

0.0.1-alpha.7

10 months ago

0.0.1-alpha.6

10 months ago

0.0.1-alpha.5

10 months ago

0.0.1-alpha.4

10 months ago

0.0.1-alpha.2

10 months ago

0.0.1-alpha.1

10 months ago

0.0.1-alpha.0

10 months ago