File tree Expand file tree Collapse file tree 7 files changed +5
-9
lines changed
dev/src/components/samplePreviews Expand file tree Collapse file tree 7 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { KolBreadcrumb } from '@public-ui/react';
3
3
4
4
const Breadcrumb = ( ) => (
5
5
< KolBreadcrumb
6
- _label = "Breadcrumb aus Text-Links "
6
+ _label = "Breadcrumb from text links "
7
7
_links = { [
8
8
{ _label : 'Home' , _href : '#/back-page' } ,
9
9
{ _label : 'Page' , _href : '#/back-page' } ,
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import { KolInputNumber } from '@public-ui/react' ;
3
3
4
- const InputNumber = ( ) => < KolInputNumber _required _touched _value = { 123 } _hideLabel _label = "Zahleneingabe " /> ;
4
+ const InputNumber = ( ) => < KolInputNumber _required _touched _value = { 123 } _hideLabel _label = "Number input " /> ;
5
5
6
6
export default InputNumber ;
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import { KolInputPassword } from '@public-ui/react' ;
3
3
4
- const InputPassword = ( ) => < KolInputPassword _hideLabel _label = "Passwort (Disabled)" _touched _value = "XXXXXXXXXX" /> ;
4
+ const InputPassword = ( ) => < KolInputPassword _hideLabel _label = "Password (Disabled)" _touched _value = "XXXXXXXXXX" /> ;
5
5
6
6
export default InputPassword ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
import { KolPagination } from '@public-ui/react' ;
3
3
4
4
const Pagination = ( ) => (
5
- < KolPagination _max = { 14 } _page = { 14 } _siblingCount = { 1 } _boundaryCount = { 2 } _label = "Test Paginierung 2 " _on = { { } } />
5
+ < KolPagination _max = { 14 } _page = { 14 } _siblingCount = { 1 } _boundaryCount = { 2 } _label = "Pagination " _on = { { } } />
6
6
) ;
7
7
8
8
export default Pagination ;
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ const OPTIONS: SelectOption<string>[] = [
10
10
} ,
11
11
] ;
12
12
13
- const Select = ( ) => < KolSelect _options = { OPTIONS } _label = "" _hideLabel /> ;
13
+ const Select = ( ) => < KolSelect _options = { OPTIONS } _label = "Select field " _hideLabel /> ;
14
14
15
15
export default Select ;
Original file line number Diff line number Diff line change 1
- // import { lazy } from 'react';
2
-
3
1
export const COMPONENTS_15 = [ ] ;
Original file line number Diff line number Diff line change 1
- // import { lazy } from 'react';
2
-
3
1
export const COMPONENTS_16 = [ ] ;
You can’t perform that action at this time.
0 commit comments