mirror of
https://github.com/directus/directus.git
synced 2026-01-30 00:37:55 -05:00
Interface toggle (#459)
* Add icon prop overrides to checkbox * Fix color example in storybook * Add block style mode to checkbox base componet * Add toggle interface
This commit is contained in:
@@ -3,6 +3,7 @@ import InterfaceTextarea from './textarea/';
|
||||
import InterfaceDivider from './divider/';
|
||||
import InterfaceNumeric from './numeric/';
|
||||
import InterfaceSlider from './slider/';
|
||||
import InterfaceToggle from './toggle/';
|
||||
|
||||
export const interfaces = [
|
||||
InterfaceTextInput,
|
||||
@@ -10,6 +11,7 @@ export const interfaces = [
|
||||
InterfaceNumeric,
|
||||
InterfaceSlider,
|
||||
InterfaceDivider,
|
||||
InterfaceToggle,
|
||||
];
|
||||
|
||||
export default interfaces;
|
||||
|
||||
Reference in New Issue
Block a user