1.2.2 • Published 2 years ago

@fcxlabs/colors v1.2.2

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

fcx-colors

Plataforma de cores para uso em projetos de interface do FCx Labs.

Installation

yarn add @fcxlabs/colors

or

npm i @fcxlabs/colors

Usage

stylesheet:

import { red } from "@fcxlabs/colors";

const styles = StyleSheet.create({
  container: {
    backgroundColor: red.shades.light35,
  },
});

Colors reference

Main

  • red
  • green
  • pear
  • gray

Shades

light

  • light5
  • light15
  • light25
  • light35
  • light45
  • light55
  • light65
  • light75
  • light85
  • light95

dark

  • dark5
  • dark15
  • dark25
  • dark35
  • dark45
  • dark55
  • dark65
  • dark75
  • dark85
  • dark95
1.2.0

2 years ago

1.1.9

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago