Skip to content

Commit

Permalink
add a few more
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 15, 2024
1 parent acf8e0f commit a0d82d5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/data/base/components/button/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/button/

{{"component": "modules/components/ComponentPageTabs.js"}}

- 📦 [3.3 kB gzipped](https://bundlephobia.com/package/@mui/base).

## Introduction

The Button component replaces the native HTML `<button>` element, and offers expanded options for styling and accessibility.
Expand Down
2 changes: 2 additions & 0 deletions docs/data/base/components/input/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ githubLabel: 'component: input'

{{"component": "modules/components/ComponentPageTabs.js"}}

- 📦 [3.3 kB gzipped](https://bundlephobia.com/package/@mui/base).

## Introduction

An input is a UI element that accepts text data from the user.
Expand Down
2 changes: 2 additions & 0 deletions docs/data/base/components/number-input/number-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ githubLabel: 'component: number input'

{{"component": "modules/components/ComponentPageTabs.js"}}

- 📦 [4.3 kB gzipped](https://bundlephobia.com/package/@mui/base).

## Introduction

A number input is a UI element that accepts numeric values from the user.
Expand Down
2 changes: 2 additions & 0 deletions docs/data/base/components/select/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-sel

{{"component": "modules/components/ComponentPageTabs.js"}}

- 📦 [16.8 kB gzipped](https://bundlephobia.com/package/@mui/base).

## Introduction

A select is a UI element that gives users a list of options to choose from.
Expand Down
2 changes: 2 additions & 0 deletions docs/data/base/components/slider/slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/slider-multithumb/

{{"component": "modules/components/ComponentPageTabs.js"}}

- 📦 [6.8 kB gzipped](https://bundlephobia.com/package/@mui/base).

## Introduction

The Slider component lets users make selections from a range of values along a horizontal or vertical bar.
Expand Down

0 comments on commit a0d82d5

Please sign in to comment.