Skip to content

Commit

Permalink
Merge pull request #32 from MADE-Apps/feature/readme
Browse files Browse the repository at this point in the history
Updated READMEs
  • Loading branch information
jamesmcroft authored May 1, 2022
2 parents 9bf7d17 + 65a2943 commit 54ee7c0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions made-vue-accordion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

A Vue 3 accordion component, a UI component for containers of expandable content.

<img src="https://raw.githubusercontent.com/MADE-Apps/MADE-Vue/main/assets/components/accordion.png" alt="MADE Vue Accordion Component" />

## Usage

To customise the accordion layout, you'll want to import the scss styling:
Expand Down
2 changes: 2 additions & 0 deletions made-vue-blades/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

A Vue 3 blade layout component, a UI pattern most commonly seen in the Microsoft Azure portal.

<img src="https://raw.githubusercontent.com/MADE-Apps/MADE-Vue/main/assets/components/blade.png" alt="MADE Vue Blade Component" />

## Usage

To customise the blade layout, you'll want to import the scss styling:
Expand Down
2 changes: 2 additions & 0 deletions made-vue-chipbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

A Vue 3 chip/tag input component, a UI component for allowing multiple value input.

<img src="https://raw.githubusercontent.com/MADE-Apps/MADE-Vue/main/assets/components/chipbox.png" alt="MADE Vue Chip Box Component" />

## Usage

To customise the chip box layout, you'll want to import the scss styling:
Expand Down
2 changes: 2 additions & 0 deletions made-vue-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

A Vue 3 image and background image component, allowing an image to be downloaded while showing a loading indicator, showing a placeholder image if the source image fails to load.

<img src="https://raw.githubusercontent.com/MADE-Apps/MADE-Vue/main/assets/components/image.png" alt="MADE Vue Image Component" />

## Usage

To customize the image or background image component, you'll want to import the scss styling:
Expand Down
2 changes: 2 additions & 0 deletions made-vue-range-selector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

A Vue 3 range selector component, a double slider that allows the user to select a value range between a minimum and maximum value.

<img src="https://raw.githubusercontent.com/MADE-Apps/MADE-Vue/main/assets/components/rangeselector.png" alt="MADE Vue Range Selector Component" />

## Usage

To customise the range selector, you'll want to import the scss styling:
Expand Down

0 comments on commit 54ee7c0

Please sign in to comment.