0.0.3 • Published 1 year ago
@fs-group/draw-s001 v0.0.3
FS Draw Spin 001
Documentation
Features
- Easier to use
Supports
- Supports both Web, Mobile
Installation
yarn add fs-draw-s001
Usage
import DrawS001 from 'fs-draw-s001';
import 'fs-draw-s001/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 <DrawS001
data={data}
height="200px"
/>
}
License
MIT © fs-group
0.0.4-alpha.5
1 year ago
0.0.3
1 year ago
0.0.3-alpha.5
1 year ago
0.0.4-alpha.0
1 year ago
0.0.4-alpha.1
1 year ago
0.0.4-alpha.2
1 year ago
0.0.4-alpha.3
1 year ago
0.0.4-alpha.4
1 year ago
0.0.3-alpha.4
1 year ago
0.0.3-alpha.3
1 year ago
0.0.3-alpha.2
1 year ago
0.0.3-alpha.1
1 year ago
0.0.3-alpha.0
1 year ago
0.0.2
1 year ago
0.0.2-alpha.3
1 year ago
0.0.2-alpha.2
1 year ago
0.0.2-alpha.1
1 year ago
0.0.2-alpha.0
1 year ago