Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(:pencil:) IA
  • Loading branch information
atomicpages committed Sep 10, 2020
commit 3c2ed6ca63d8d083654f085863e7e1b2dbb0b37c
4 changes: 2 additions & 2 deletions docs/docs/checkbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Checkbox

import { IndeterminateCheckbox } from '../src/components/IndeterminateCheckbox';

The cornerstone of any UI component is probably the checkbox. Pretty Checkbox support checkoxes with a wide range of usage. Be sure to checkout the [basic concepts guide](basic-concepts/intro) for more info!
The cornerstone of any UI component is probably the checkbox. Pretty Checkbox support checkoxes with a wide range of usage. Be sure to checkout the [basic concepts guide](main-concepts/intro) for more info!

## Basic Checkbox

Expand Down Expand Up @@ -57,7 +57,7 @@ Our basic checkbox can take on three different shapes: square, `p-curve`, `p-rou

## Colors, Icon, and Animations

Checkbox supports [colors](basic-concepts/colors), [icons](basic-concepts/icons), [animations](basic-concepts/animations).
Checkbox supports [colors](main-concepts/colors), [icons](main-concepts/icons), [animations](main-concepts/animations).
There are five animations classes available that can be added to the root div: `p-smooth`, `p-pulse`, `p-tada`, `p-jelly`, and `p-rotate`.

```html {1,8,16,24,32}
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: radio
title: Radio
---

Radio controls are another all-important input control that is widespread in the wild. Be sure to checkout the [basic concepts guide](basic-concepts/intro) for more info!
Radio controls are another all-important input control that is widespread in the wild. Be sure to checkout the [basic concepts guide](main-concepts/intro) for more info!

## Basic Radio

Expand Down Expand Up @@ -55,7 +55,7 @@ Our basic checkbox can take on three different shapes: square, `p-curve`, `p-rou

## Colors, Icon, and Animations

Radio supports [colors](basic-concepts/colors), [icons](basic-concepts/icons), [animations](basic-concepts/animations).
Radio supports [colors](main-concepts/colors), [icons](main-concepts/icons), [animations](main-concepts/animations).
There are five animations classes available that can be added to the root div: `p-smooth`, `p-pulse`, `p-tada`, `p-jelly`, and `p-rotate`.

```html {1,8,16,24,32}
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Similar to Checkbox and Radio, switch contains a similar DOM structure, but we u
## Shapes & Colors

:::caution
Switch is not compatible with [outline colors](basic-concepts/colors)
Switch is not compatible with [outline colors](main-concepts/colors)
:::

Switch has three unique shapes that can be used: `p-outline`, `p-fill`, and `p-slim`.
Expand Down