Skip to content
Open
Changes from all commits
Commits
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
4 changes: 1 addition & 3 deletions apps/docs/docs/components/getting-started/3-breakpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ sidebar_position: 3

# Breakpoints

Screens come in different sizes, and our component library is made to be viewed on both large and
small. You might therefore often find yourself having to style or render compoents conditionally
based on screen size. This is where breakpoints and the `useBreakpoint` hook comes in.
Screens come in different sizes, and our component library is designed to be viewed on both large and small screens. You might therefore often find yourself needing to style or render components conditionally based on screen size. This is where breakpoints and the `useBreakpoint` hook come in.

## Using the `useBreakpoint` hook

Expand Down
Loading