Show Elements
Show hidden elements in layout (use with hide).
Usage:
@layout show;@layout show-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { layout: { show: { property: "visibility: <v><i>;", values: { DEFAULT: "visible", }, }, }, }, }; export default shilpConfig;