shared/src/main/scala/purecss/generic/PureInputs.scala
changeset 10 f4bf01584928
parent 9 ee8565f13df7
equal deleted inserted replaced
9:ee8565f13df7 10:f4bf01584928
     1 /*
     1 /*
     2  * Copyright 2017 Tomas Zeman <tzeman@volny.cz>
     2  * Copyright 2017-2018 Tomas Zeman <tzeman@volny.cz>
     3  *
     3  *
     4  * Licensed under the Apache License, Version 2.0 (the "License");
     4  * Licensed under the Apache License, Version 2.0 (the "License");
     5  * you may not use this file except in compliance with the License.
     5  * you may not use this file except in compliance with the License.
     6  * You may obtain a copy of the License at
     6  * You may obtain a copy of the License at
     7  *
     7  *
    13  * See the License for the specific language governing permissions and
    13  * See the License for the specific language governing permissions and
    14  * limitations under the License.
    14  * limitations under the License.
    15  */
    15  */
    16 package purecss.generic
    16 package purecss.generic
    17 
    17 
    18 trait PureInputs[B, O <: F, F] extends Component[B, O, F] {
    18 trait PureInputs[B, O <: F, F] extends PureCssComponent[B, O, F] {
    19 
    19 
    20   trait PureInput {
    20   trait PureInput {
    21     val input_rounded: C = pc("pure-input-rounded")
    21     val input_rounded: C = pc("pure-input-rounded")
    22     val input_checkbox: C = pc("pure-checkbox")
    22     val input_checkbox: C = pc("pure-checkbox")
    23     val input_radio: C = pc("pure-radio")
    23     val input_radio: C = pc("pure-radio")