Add info about CustomizationContext to the docs

merge-requests/183/head
Aleksandr Gumroian 2 years ago
parent 46fe75d3cf
commit aeabc0bf06
No known key found for this signature in database
GPG Key ID: 5F29B986B9AD1471
  1. 3
      src/customizationContext/CustomizationContext.md
  2. 6
      styleguide.config.js

@ -0,0 +1,3 @@
It provides customization context to the children. `CustomizationContext` allows
using `useCustomizationContext` in components to check if the reForis UI is
customized or not for specific devices.

@ -51,6 +51,12 @@ module.exports = {
sectionDepth: 1,
},
{
name: "Customization Context",
components: ["src/customizationContext/CustomizationContext.js"],
exampleMode: "expand",
usageMode: "expand",
},
{
name: "Bootstrap components",
description: "Set of bootstrap components.",

Loading…
Cancel
Save