quoti-components
v0.3.0
Published
# Install
Downloads
3
Readme
Introduction
Install
Add the following to the head of your html
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet" />
Breakpoints
- xs: 320px
- sm: 640px
- md: 960px
- lg: 1280px
- xl: 1920px
Hiding
To hide, use the class name of breakpoint and hidden
xs-hidden
: 0 to 320pxsm-hidden
: 0 to 640pxmd-hidden
: 0 to 960pxlg-hidden
: 0 to 1280pxxl-hidden
: 0 to 1920px