10up / component-library

A library of barebones front-end components built with WordPress and accessibility in mind.
https://baseline.10up.com/
MIT License
59 stars 12 forks source link

Tabs usage instructions have a typo #103

Closed tinacastillo1 closed 2 years ago

tinacastillo1 commented 2 years ago

Describe the bug The usage section in the Tabs component has a typo.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://baseline.10up.com/component/tabs/
  2. Scroll down to Usage
  3. Click on Javascript

Expected behavior import tabs from '@10up/component-tabs'; should be import Tabs from '@10up/component-tabs'; and new tabs( '.tabs', { should be new Tabs( '.tabs', {

Desktop (please complete the following information):