# caarya-react-playbook

Latest version **0.0.4** (published 2020-05-22) · 0 weekly downloads

## Install

```sh
npm install caarya-react-playbook
pnpm add caarya-react-playbook
yarn add caarya-react-playbook
bun add caarya-react-playbook
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2020-05-22 |
| First published | 2020-05-18 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 831.5 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | rish-0-0 |

## Links

- npm: https://www.npmjs.com/package/caarya-react-playbook
- npm.io page: https://npm.io/package/caarya-react-playbook

## Dependencies (11)

- [react](https://npm.io/package/react.md) ^16.13.1
- [redux](https://npm.io/package/redux.md) ^4.0.5
- [node-sass](https://npm.io/package/node-sass.md) ^4.14.1
- [react-dom](https://npm.io/package/react-dom.md) ^16.13.1
- [react-redux](https://npm.io/package/react-redux.md) ^7.2.0
- [redux-thunk](https://npm.io/package/redux-thunk.md) ^2.3.0
- [react-scripts](https://npm.io/package/react-scripts.md) 3.4.1
- [react-router-dom](https://npm.io/package/react-router-dom.md) ^5.2.0
- [@testing-library/react](https://npm.io/package/@testing-library/react.md) ^9.3.2
- [@testing-library/jest-dom](https://npm.io/package/@testing-library/jest-dom.md) ^4.2.4
- [@testing-library/user-event](https://npm.io/package/@testing-library/user-event.md) ^7.1.2

## Recent versions

- 0.0.4 (latest) — 2020-05-22
- 0.0.3 — 2020-05-21
- 0.0.2 — 2020-05-18
- 0.0.1 — 2020-05-18

## README

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

[CSS CDN](https://s3.amazonaws.com/playbook.caarya/minified.css)



Theme.scss file base.

```css
/// Base ///
$base-font-size: 1rem;
$base-line-height: 1.25 * $base-font-size;

// Spacing Helpers
$spaceamounts: 0, 5, 10,15,20;

//Milligram Color Palette
$color-initial: #fff !default;
$color-primary: #9b4dca !default;
$color-secondary: #606c76 !default;
$color-tertiary: #f4f5f6 !default;
$color-quaternary: #d1d1d1 !default;
$color-quinary: #e1e1e1 !default;

/// Typography ///
$type-settings:(
  xxl: ( 
    font-size: $base-font-size + 2rem,
    line-height: $base-line-height*4
  ),
  xl: (
    font-size: $base-font-size + 0.8rem,
    line-height: $base-line-height*2
  ),
  l: (
    font-size: $base-font-size + 0.4rem,
    line-height: $base-line-height*2
  ),
  m: (
    font-size: $base-font-size,
    line-height: $base-line-height
  ),
  s: (
    font-size: $base-font-size - 0.2rem,
    line-height: $base-line-height
  ),
  xs: (
    font-size:  $base-font-size - 0.4rem,
    line-height: $base-line-height
  )
);

/// Fonts ///
$fonts:(
  p-font:(
    regular: '',
    mediumbold: '',
    bold: ''
  ),
  s-font:(
    regular: '',
    mediumbold: '',
    bold: ''
  )
);

/// Base Color Pallet ////
$colors:(
  text:(
    p-color : '',
    s-color: '',
    t-color: '',
  ),
  backgrounds:(
    p-color : '',
    s-color:  '',
    t-color: ''
  ),
  input:(
    default: '',
    active: '',
    disabled: '',
    placeholder: ''
  )
);

/// Buttons ///
//ToDo : Button types should contain color and bg-color
$btn-types: (
  default: #7f8c8d,
  success: #27ae60,
  danger:  #c0392b,
  warning: #f1c40f,
  info:    #2980b9
) !default;

/// Responsive Break Points ///
$breakpoints: (
  mobile: 320px,
  android: 360px,
  tablet: 768px,
  laptop: 1024px,
  largelaptop: 1440px,
  desktop: 1600px,
  tv: 1920px,
  largescreen: 2560px,
);




```


[Documentation](https://playbook.caarya.in)

---
_Source: https://npm.io/package/caarya-react-playbook · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
