Update sigpro-ui.js
This commit is contained in:
@@ -529,7 +529,7 @@ export const Colorpicker = (props) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/** CHECKBOX */
|
/** CHECKBOX */
|
||||||
export const CheckBox = (props) => {
|
export const Checkbox = (props) => {
|
||||||
const { value, tooltip, toggle, ...rest } = props;
|
const { value, tooltip, toggle, ...rest } = props;
|
||||||
const checkEl = $html("input", {
|
const checkEl = $html("input", {
|
||||||
...rest,
|
...rest,
|
||||||
@@ -1110,7 +1110,7 @@ export const UI = (defaultLang = "es") => {
|
|||||||
// Create UI object with all components
|
// Create UI object with all components
|
||||||
const ui = {
|
const ui = {
|
||||||
SetLocale, tt, Button, Input, Select, Autocomplete, Datepicker, Colorpicker,
|
SetLocale, tt, Button, Input, Select, Autocomplete, Datepicker, Colorpicker,
|
||||||
CheckBox, Radio, Range, Modal, Grid, Dropdown, Accordion, Tabs, Badge,
|
Checkbox, Radio, Range, Modal, Grid, Dropdown, Accordion, Tabs, Badge,
|
||||||
Tooltip, Navbar, Menu, Drawer, Fieldset, List, Stack, Stat, Swap, Indicator,
|
Tooltip, Navbar, Menu, Drawer, Fieldset, List, Stack, Stat, Swap, Indicator,
|
||||||
Rating, Alert, Timeline, Fab, Toast, Loading
|
Rating, Alert, Timeline, Fab, Toast, Loading
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user