Nested horizontal and vertical in same list

Unmerged
Merging atifsyedali:master into masterView on GitHub
0
Builds
0
Discussions
Build required for forked branch

We'd love to show you visual changes, but we don't have a build for the head (source) branch of this pull request.

Because this PR originates from a fork, it means we need a build for the master branch on the forked repository atifsyedali/react-sortful. Here's how you can create that build manually:

  1. Create a build for jagaapple:master
  2. In the repository forked under atifsyedali, add a remote named jagaapple if you haven't already, and fetch the upstream branch.
    git remote add jagaapple https://github.com/jagaapple/react-sortful.git
    You can list remotes with git remote -v
    git fetch jagaapple
    Using HTTPS with two-factor authentication requires a personal access token.
  3. Merge jagaapple:master into atifsyedali:master
    git checkout master
    You may have to run git pull to update your local branch after switching.
    git merge jagaapple/master
    Don't forget to install or update dependencies after merging branches.
  4. Finally, run a build for atifsyedali:master
    npx chromatic --project-token=kmmyjbiwtyq --branch-name="atifsyedali:master"
    Not sure how to create a build? Learn how to publish your Storybook