0.3.0 • Published 2 years ago

quoti-components v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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 320px
  • sm-hidden: 0 to 640px
  • md-hidden: 0 to 960px
  • lg-hidden: 0 to 1280px
  • xl-hidden: 0 to 1920px
0.3.0

2 years ago

0.2.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago