3.0.5 • Published 3 years ago

guim v3.0.5

Weekly downloads
122
License
ISC
Repository
github
Last release
3 years ago

GUIM

React Components for Intelimetrica

TODO

  • Docs on how to run examples
  • Docs on how to contribute Tests File structure Build Pull Request etc

Themes

Themes styles are defined inside src/styles/themes.scss as :root rules

@import './colors.scss';

:root {
  --blue-theme: {
    color: var(--dark-blue);
    background-color: var(--light-blue);
  };

  --gray-theme: {
    color: var(--dark-gray);
    background-color: var(--light-gray);
  }

  --green-theme: {
    color: var(--dark-green);
    background-color: var(--light-green);
  }
}

Then this can be applied using @apply, for example Button/styles.scss is defined as

@import '../styles/themes.scss';

.GUIMButtonBlue {
  @apply --blue-theme;
}

.GUIMButtonGray {
  @apply --gray-theme;
}

.GUIMButtonGreen {
  @apply --green-theme;
}
3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.2.12

3 years ago

2.2.11

3 years ago

2.1.8

3 years ago

2.2.10

3 years ago

2.2.9

3 years ago

2.2.8

3 years ago

2.1.7

3 years ago

2.1.6

3 years ago

2.1.5

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

5 years ago

1.0.15

5 years ago

1.0.14

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago