3.0.2 • Published 9 years ago
apeman-react-list v3.0.2
apeman-react-list
apeman react package for list component.
Installation
$ npm install apeman-react-list --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {
ApList,
ApListItem,
ApListItemText,
ApListItemArrowIcon,
ApListStyle
} from 'apeman-react-list'
const ExampleComponent = React.createClass({
render () {
const s = this
return (
<div>
<ApListStyle />
<ApList>
<ApListItem onTap={ (e) => { s.handleTap(e, 1) } }>
<ApListItemText>Item 01</ApListItemText>
<ApListItemArrowIcon />
</ApListItem>
<ApListItem onTap={ (e) => { s.handleTap(e, 2) } }>
<ApListItemText>Item 02</ApListItemText>
<ApListItemArrowIcon />
</ApListItem>
</ApList>
</div>
)
},
handleTap () {
}
})
Components
ApListBarMessage
Props
Name | Type | Default | Description |
---|
ApListBar
Props
Name | Type | Default | Description |
---|
ApListBody
Props
Name | Type | Default | Description |
---|
ApListFooter
Props
Name | Type | Default | Description | |
---|---|---|---|---|
spinning | bool | false | Show spinner | |
spinner | string | ApSpinner.DEFAULT_THEME | Spinner theme |
ApListHeader
Props
Name | Type | Default | Description |
---|
ApListItemArrowIcon
Props
Name | Type | Default | Description | |
---|---|---|---|---|
direction | enum | 'right' |
ApListItemIcon
Props
Name | Type | Default | Description |
---|
ApListItemImage
Props
Name | Type | Default | Description | ||
---|---|---|---|---|---|
src | string | null | |||
alt | string | null | |||
scale | enum | 'fill' | |||
width | number | string | null | ||
height | number | string | null |
ApListItemText
Props
Name | Type | Default | Description |
---|
ApListItem
Props
Name | Type | Default | Description |
---|
ApListMoreButton
Props
Name | Type | Default | Description | |
---|---|---|---|---|
text | string | 'Load More' | ||
enabled | bool | false |
ApListStyle
Props
Name | Type | Default | Description |
---|
ApList
Props
Name | Type | Default | Description | |
---|---|---|---|---|
spinning | bool | false | Shows spin | |
spinner | string | ApSpinner.DEFAULT_THEME | Theme of spinner | |
minHeight | number | null | Min height of list | |
empty | bool | false | Mark as empty | |
alt | string | 'Not data found' | Alt text to show when empty |
License
This software is released under the MIT License.
Links
3.0.2
9 years ago
3.0.1
9 years ago
2.0.17
9 years ago
2.0.16
9 years ago
2.0.15
9 years ago
2.0.14
9 years ago
2.0.13
9 years ago
2.0.12
9 years ago
2.0.11
9 years ago
2.0.10
9 years ago
2.0.9
9 years ago
2.0.8
9 years ago
2.0.7
9 years ago
2.0.5
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.5.7
9 years ago
1.5.6
9 years ago
1.5.5
9 years ago
1.5.4
9 years ago
1.5.3
9 years ago
1.5.2
10 years ago
1.5.1
10 years ago
1.5.0
10 years ago
1.4.0
10 years ago
1.3.5
10 years ago
1.3.4
10 years ago
1.3.3
10 years ago
1.3.2
10 years ago
1.3.1
10 years ago
1.3.0
10 years ago
1.2.5
10 years ago
1.2.4
10 years ago
1.2.3
10 years ago
1.2.2
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.0
10 years ago
1.0.1
10 years ago