properties
changelog

Show Elements

Show hidden elements in layout (use with hide).

Usage:

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

Reference

shilp.config.js
/** @type {import('shilpcss/types').ShilpConfig} */
const shilpConfig = {
  source: "react",

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

export default shilpConfig;

Published at:

Last updated at: