You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by jondong <gi...@git.apache.org> on 2017/11/07 02:59:15 UTC

[GitHub] incubator-weex-site pull request #6: [WEEX-86][doc] Update documents for ind...

Github user jondong commented on a diff in the pull request:

    https://github.com/apache/incubator-weex-site/pull/6#discussion_r149262108
  
    --- Diff: source/references/components/indicator.md ---
    @@ -10,23 +10,24 @@ version: 2.1
     
     ### Summary
     
    -This component must be used as a subcomponent of a [`slider`](./slider.html) component.
    +The `<indicator>` component usually used to show an indicator effect, it must be used as a subcomponent of a [`slider`](./slider.html) component.
     
     ### Child Components
     
    -This component supports no child components.
    +This component dosen not supports any child components.
     
     ### Attributes
     
     There is no specific attribute for this component.
     
     ### Styles
     
    -- `item-color`: &lt;colors&gt; This style attribute sets the normal item color using either a named color or a color specified in the hexadecimal #RRGGBB format.
    -- `item-selectedColor`: &lt;colors&gt; This style attribute sets the selected item color using either a named color or a color specified in the hexadecimal #RRGGBB format.
    -- `item-size`: &lt;length&gt; The size of the indicator elements, which is an float attribute.
    +Threr are some private styles for `<indicator>` :
    --- End diff --
    
    There are some styles for `<indicator>`


---