- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 9.8k
 
Open
Description
Describe the bug
Code:
import { Meta, Markdown } from "@storybook/addon-docs/blocks";
import Readme from "../../CHANGELOG.md?raw";
<Meta title="Changelogs"/>
<Markdown>{Readme}</Markdown>Readme file:
### Consuming the nCino Web Components
nCino Web Components are Native Web Components that can be consumed in any framework, or no framework at all.
#### Global Styles
If you want to make use of the global utility styles available, import the styles for your design system.
Ex `import '@ncino/gator/styles`
#### Framework Samples
View the samples in the `./samples` directory for examples of how to consume the components for the framework of your choice.
#### Consumption Options
You can either import components individually or all components through a single file.
##### Single File
Simple import the `index.js` included in the Dist. This file includes all components.Reproduction link
Unable to provide ATM
Reproduction steps
No response
System
Storybook Environment Info:
  System:
    OS: macOS 15.7.1
    CPU: (8) arm64 Apple M1 Pro
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 22.16.0 - ~/.local/share/nvm/v22.16.0/bin/node
    npm: 10.9.2 - ~/.local/share/nvm/v22.16.0/bin/npm
    pnpm: 10.19.0 - ~/.local/share/nvm/v22.16.0/bin/pnpm <----- active
  Browsers:
    Chrome: 141.0.7390.123
    Safari: 26.0.1
  npmPackages:
    @storybook/addon-a11y: ^10.0.1 => 10.0.1 
    @storybook/addon-designs: ^11.0.1 => 11.0.1 
    @storybook/addon-docs: ^10.0.1 => 10.0.1 
    @storybook/addon-links: ^10.0.1 => 10.0.1 
    @storybook/web-components-vite: ^10.0.1 => 10.0.1 
    chromatic: ^13.3.1 => 13.3.1 
    eslint-plugin-storybook: ^10.0.1 => 10.0.1 
    storybook: ^10.0.1 => 10.0.1 
    storybook-addon-code-editor: ^5.0.0 => 5.0.0Additional context
No response
dosubot

