[new feature] add sticky component (#3888)

This commit is contained in:
neverland
2019-07-18 17:48:18 +08:00
committed by GitHub
parent e1021e70ba
commit b273c89b3a
23 changed files with 651 additions and 124 deletions

View File

@@ -68,6 +68,7 @@ import Slider from './slider';
import Step from './step';
import Stepper from './stepper';
import Steps from './steps';
import Sticky from './sticky';
import SubmitBar from './submit-bar';
import Swipe from './swipe';
import SwipeCell from './swipe-cell';
@@ -156,6 +157,7 @@ const components = [
Step,
Stepper,
Steps,
Sticky,
SubmitBar,
Swipe,
SwipeCell,
@@ -253,6 +255,7 @@ export {
Step,
Stepper,
Steps,
Sticky,
SubmitBar,
Swipe,
SwipeCell,