1.0.3 • Published 2 years ago

@itswooble/colors v1.0.3

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

📦 Install

npm install @itswooble/colors
yarn add @itswooble/colors

🔨 Usage

import React from 'react';
import { green300 } from '@itswooble/colors';

const App = () => (
	<>
    	<button style={{ backgroundColor: green300 }}>PRESS ME</button>
  	</>
);

TypeScript

@itswooble/colors is written in TypeScript with complete definitions.

🔗 Links

⌨️ Development

Clone locally:

$ git clone git@github.com:wooble-team/wooble-colors.git
$ cd wooble-colors

💾 Exports

namedescription
colorsObject with keys - color names, values ​​- their hex codes
colorsVariantsArray with all color names
ColorsType with all color names
black#252525
white#FFFFFF
gray100#F2F2F2
gray200#E0E0E0
gray300#BDBDBD
gray400#828282
gray500#4F4F4F
red#EB5757
orange#F2994A
yellow#F2C94C
green100#6FCF97
green200#2D9CDB
green300#2F80ED
blue100#56CCF2
blue200#2D9CDB
blue300#2F80ED
purple100#BB6BD9
purple200#9B51E0

👋 Founders

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago