diff --git a/README.md b/README.md index 6c967c3..dfd9ab3 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ 2.14 Navigation 2.15 Radio 2.16 Searchbar -2.17 Segment -2.18 Select +2.17 Segment +2.18 Select 2.19 Slides 2.20 Tabs 2.21 Toggle diff --git a/chapters/02-componentes/2q-segmentos.md b/chapters/02-componentes/2q-segmentos.md new file mode 100644 index 0000000..c188f11 --- /dev/null +++ b/chapters/02-componentes/2q-segmentos.md @@ -0,0 +1,40 @@ +# Segmento + +Segmento é um grupo de botões que são exibidos em linha. Eles podem ser usados como filtro, mostrando ou escondendo elementos baseado nos valores de cada segmento. + +## Utilização básica: + +``` ts +
+ + + Kittens + + + Puppies + + +
+ +
+ + + + + +

Ruby

+
+ ... +
+ + + + + + +

Luna

+
+ ... +
+
+``` diff --git a/chapters/02-componentes/2r-select.md b/chapters/02-componentes/2r-select.md new file mode 100644 index 0000000..a62dc29 --- /dev/null +++ b/chapters/02-componentes/2r-select.md @@ -0,0 +1,43 @@ +# Select + +## Utilização básica: + +O ion-select é um component similar ao elemento ```