Skip to content

Commit

Permalink
docs(react): add TOC to README
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Jun 14, 2023
1 parent 75e860c commit ec907bf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License"></a>
</div>

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [ThemeProvider](#themeprovider)
- [Components](#components)
- [Button](#button)
- [Develop](#develop)
- [Setup the Environment](#setup-the-environment)
- [Run Storybook](#run-storybook)
- [Locally Linking the Package](#locally-linking-the-package)
- [Contributing](#contributing)
- [License](#license)

## Installation

```bash
Expand Down

0 comments on commit ec907bf

Please sign in to comment.