@fcxlabs/colors
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @fcxlabs/colors

Weekly Downloads

17

Version

1.2.2

License

MIT

Unpacked Size

38.2 kB

Total Files

55

Last publish

Collaborators

  • jemerson.barros
  • fernando.fc
  • fernanda.fc