1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 02:00:10 +02:00

Fix settings updation for switches

This commit is contained in:
Kushagra Gour
2018-11-12 18:22:31 +05:30
parent 6776855cad
commit 29725026ee
5 changed files with 261 additions and 238 deletions

View File

@@ -4,6 +4,7 @@ function hyphenate(text) {
return text.replace(/\s/g, '-');
}
const ID_PREFIX = 'tab-panel-';
export function TabPanel({ label }) {
return (
<div