diff --git a/README.md b/README.md index 7a20112..7e5c284 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,24 @@ class App extends React.Component { } } ``` +### Columns + +Each `Row` within a grid consists of 12 `Col`. + +### Breakpoints + +Here are the breakpoints for each viewport. + +- `xs` + - Width < `576px` +- `sm` + - Width ≥ `576px` +- `md` + - Width ≥`768px` +- `lg` + - Width ≥ `992px` +- `xl` + - Width ≥`1200px` ### Gotcha