From 97174a284ac7c39ab68609c9c8ebc76fdfb46244 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 6 Mar 2019 12:24:37 -0500 Subject: [PATCH] chore(build): fix docs generation --- core/src/components/range/readme.md | 77 +++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/core/src/components/range/readme.md b/core/src/components/range/readme.md index ca9655cb49..754a727c43 100644 --- a/core/src/components/range/readme.md +++ b/core/src/components/range/readme.md @@ -83,6 +83,83 @@ left or right of the range. ``` +### React + +```tsx +import React from 'react'; + +import { IonList, IonItem, IonRange, IonLabel, IonIcon } from '@ionic/react'; + +const Example: React.SFC<{}> = () => ( + + + + + + + + + -200 + 200 + + + + + + + + + + + + + + + + + + +); + +export default Example; +``` + + +### Vue + +```html + +``` + + ## Properties