Skip to content

Old props removed and adding scroll to active tab in responsive mode #5160

Old props removed and adding scroll to active tab in responsive mode

Old props removed and adding scroll to active tab in responsive mode #5160

Workflow file for this run

name: Build and test
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm install
- name: Build library and website
run: npm run build
- name: Test library
run: npm run test
- name: Test library accessibility
run: npm run test:accessibility