properties
changelog

Show Elements

Show hidden elements in layout (use with hide).

Usage:

  • @layout show;
  • @layout show-*;

Reference

shilp.config.js
const shilpConfig = {
	source: "react",

	properties: {
		layout: {
			show: {
				property: "visibility: <v><i>;",
				values: {
					DEFAULT: "visible",
				},
			},
		},
	},
};

export default shilpConfig;