first commit
This commit is contained in:
32
uni_modules/tdesign-uniapp/components/sticky/README.en-US.md
Normal file
32
uni_modules/tdesign-uniapp/components/sticky/README.en-US.md
Normal file
@@ -0,0 +1,32 @@
|
||||
:: BASE_DOC ::
|
||||
|
||||
## API
|
||||
|
||||
### Sticky Props
|
||||
|
||||
name | type | default | description | required
|
||||
-- | -- | -- | -- | --
|
||||
custom-style | Object | - | CSS(Cascading Style Sheets) | N
|
||||
container | Function | - | \- | N
|
||||
disabled | Boolean | false | \- | N
|
||||
offset-top | String / Number | 0 | \- | N
|
||||
z-index | Number | 99 | \- | N
|
||||
|
||||
### Sticky Events
|
||||
|
||||
name | params | description
|
||||
-- | -- | --
|
||||
scroll | `(context: { scrollTop: number, isFixed: boolean })` | \-
|
||||
|
||||
### Sticky Slots
|
||||
|
||||
name | Description
|
||||
-- | --
|
||||
\- | \-
|
||||
|
||||
### Sticky External Classes
|
||||
|
||||
className | Description
|
||||
-- | --
|
||||
t-class | \-
|
||||
t-class-content | \-
|
||||
Reference in New Issue
Block a user