Browse Source

Update routes, links to package

Use human-friendly routes for components.

Also, update badges to point to links in the package repository.
tags/0.3.0
TheoryOfNekomata 4 years ago
parent
commit
12196121f7
8 changed files with 9 additions and 2 deletions
  1. +2
    -2
      README.md
  2. +1
    -0
      lib/components/Button/Button.mdx
  3. +1
    -0
      lib/components/Checkbox/Checkbox.mdx
  4. +1
    -0
      lib/components/Icon/Icon.mdx
  5. +1
    -0
      lib/components/RadioButton/RadioButton.mdx
  6. +1
    -0
      lib/components/Select/Select.mdx
  7. +1
    -0
      lib/components/Slider/Slider.mdx
  8. +1
    -0
      lib/components/TextInput/TextInput.mdx

+ 2
- 2
README.md View File

@@ -4,8 +4,8 @@ Common front-end components for Web using the [Tesseract design system](https://


Package: Package:


[![@tesseract-design/react-common](https://code.modal.sh/badge?repo=tesseract-design/react-common&type=package&color=C78AB3&kind=name)](https://pack.modal.sh/js/@tesseract-design/react-common)
[![@tesseract-design/react-common](https://code.modal.sh/badge?repo=tesseract-design/react-common&type=package&color=C78AB3&kind=version)](https://pack.modal.sh/js/@tesseract-design/react-common)
[![@tesseract-design/react-common](https://code.modal.sh/badge?repo=tesseract-design/react-common&type=package&color=C78AB3&kind=name)](https://pack.modal.sh/js/-/web/detail/@tesseract-design/react-common)
[![@tesseract-design/react-common](https://code.modal.sh/badge?repo=tesseract-design/react-common&type=package&color=C78AB3&kind=version)](https://pack.modal.sh/js/-/web/detail/@tesseract-design/react-common#versions)


Dependencies: Dependencies:




+ 1
- 0
lib/components/Button/Button.mdx View File

@@ -1,5 +1,6 @@
--- ---
name: Button name: Button
route: /components/button
menu: Components menu: Components
--- ---




+ 1
- 0
lib/components/Checkbox/Checkbox.mdx View File

@@ -1,5 +1,6 @@
--- ---
name: Checkbox name: Checkbox
route: /components/checkbox
menu: Components menu: Components
--- ---




+ 1
- 0
lib/components/Icon/Icon.mdx View File

@@ -1,5 +1,6 @@
--- ---
name: Icon name: Icon
route: /components/icon
menu: Components menu: Components
--- ---




+ 1
- 0
lib/components/RadioButton/RadioButton.mdx View File

@@ -1,5 +1,6 @@
--- ---
name: Radio Button name: Radio Button
route: /components/radio-button
menu: Components menu: Components
--- ---




+ 1
- 0
lib/components/Select/Select.mdx View File

@@ -1,5 +1,6 @@
--- ---
name: Select name: Select
route: /components/select
menu: Components menu: Components
--- ---




+ 1
- 0
lib/components/Slider/Slider.mdx View File

@@ -1,5 +1,6 @@
--- ---
name: Slider name: Slider
route: /components/slider
menu: Components menu: Components
--- ---




+ 1
- 0
lib/components/TextInput/TextInput.mdx View File

@@ -1,5 +1,6 @@
--- ---
name: Text Input name: Text Input
route: /components/text-input
menu: Components menu: Components
--- ---




Loading…
Cancel
Save