All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.cjs.theme.recipes.collapsible.cjs Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
'use strict';

var config = require('../../styled-system/config.cjs');
var collapsible = require('@ark-ui/react/collapsible');

const collapsibleSlotRecipe = config.defineSlotRecipe({
  slots: collapsible.collapsibleAnatomy.keys(),
  className: "chakra-collapsible",
  base: {
    content: {
      overflow: "hidden",
      _open: {
        animationName: "expand-height, fade-in",
        animationDuration: "moderate"
      },
      _closed: {
        animationName: "collapse-height, fade-out",
        animationDuration: "moderate"
      }
    }
  }
});

exports.collapsibleSlotRecipe = collapsibleSlotRecipe;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy