Skip to content

eoscr-theme 1.0.3 Latest

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END --> At EOS Costa Rica we believe is important to have a standard theme across our several projects, that will allow us a faster developments of our web apps and at the same time it's availabe for anyone who will want to use it. # Instalation ``` $ npm i -S @eoscostarica/eoscr-theme ``` If you prefer to use yarn: ``` $ yarn add @eoscostarica/eoscr-theme ``` > Note: _if you're reading this from Github Packages, **yarn is not supported yet**. You can see the entire list of supported package managers right [here](https://help.github.com/en/packages/publishing-and-managing-packages/about-github-packages#supported-clients-and-formats)_. # Usage ``` import { EOSCR_THEME } from "@eoscostarica/eoscr-theme"; ... ... let primaryColor = EOSCR_THEME.colors.primary.base; ``` # Project structure ``` ├── dist ├── src | ├── index.ts ├── test ├── package.json ├── README.md └── tsconfig.json ``` # Theme's object general structure ``` EOSCR_THEME ├── palette | ├── primary | | ├── ... | | secondary | | ├── ... ├── typography | ├── fontFamily | | ├── ... | ├── h1 | | ├── ... | ├── h2 | | ├── ... | ├── ... | | ├── ... ``` You can see the entire raw file [here](https://raw.githubusercontent.com/eoscostarica/eoscr-theme/master/src/index.ts). ## Contributors ✨

Install from the command line:
Learn more about npm packages
$ npm install @eoscostarica/eoscr-theme@1.0.3
Install via package.json:
"@eoscostarica/eoscr-theme": "1.0.3"

Recent Versions

  • 1.0.3
    Latest
    Published over 4 years ago
    0
  • Published over 4 years ago
    0
  • Published over 4 years ago
    3
  • Published over 4 years ago
    3
  • Published over 4 years ago
    0

Loading


Last published

over 4 years ago

Issues

1

Total downloads

6