react-cascading-menu
Version:
A powerful React cascading dropdown component with multi-selection, search functionality, and hierarchical navigation. Perfect for building category selectors, dependent dropdowns, and nested menu systems with TypeScript support.
21 lines (20 loc) • 417 B
text/typescript
export const theme = {
light: {
background: "#FFFFFF",
background2: "#efefef",
text: "#333333",
text2: "#333333",
hover: "#FAFAFA",
selected: "#007BFF",
borders: "#E5E5E5",
},
dark: {
background: "#121212",
background2: "#1c1c1cf2",
text: "#E0E0E0",
text2: "#E0E0E0",
hover: "#1F1F1F",
selected: "#1E90FF",
borders: "#333333",
},
};