1.0.36 • Published 3 years ago

astro-ds v1.0.36

Weekly downloads
105
License
ISC
Repository
-
Last release
3 years ago

Astro-DS

Bootstrap-based React Components library.

Styles: Plain CSS, BEM + EM/REM

BEM

We are using our peculiar and condensed BEM Syntax:

  • Use prefix for selecting any element declared within astroticker: ads-.

  • Block elements will be declared right after. Separated by a low dash to differentiate Blocks from Elements. camelCase is allowed. Sample: ads-blockClass

  • Elements come right after preceded by a low dash. Sample: ads-block_elementClass

  • Modifiers close the className for a complete definition of the className. Sample: ads-block_element-modifier .

Measurement units: EM/REM

When to apply:

  • body font-size is set to 62.5% (on small devices), () in order to make calculations easier. This initial value will make 1rem to be equal to 10px.

  • We are using rem units for font-sizing. Like so, component's font-size itself or its elements does not depend on ascending (parent elements), just the Root.

  • We use em units for properties that may change depending on the element's font-size.

  • We use rem for any properties that have a global scope, like spacing properties.

1.0.36

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.34

3 years ago

1.0.31-alpha.3

3 years ago

1.0.31-alpha.2

3 years ago

1.0.31-alpha.1

3 years ago

1.0.31-alpha.0

3 years ago

1.0.31-alpha.6

3 years ago

1.0.31-alpha.5

3 years ago

1.0.30

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.22

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago