0.0.5 • Published 3 months ago

@kkatkus/components v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

To get it started, add components to your project:

yarn add @kkatkus/components

Or if you prefer using npm:

npm install @kkatkus/components --save

Palette colors are represented by four tokens:

main: The main shade of the color light: A lighter shade of main dark: A darker shade of main contrastText: Text color, intended to contrast with main

Default colors

The theme exposes the following default palette colors (accessible under theme.palette.*):

primary - for primary interface elements. secondary - for secondary interface elements. error - for elements that the user should be made aware of. warning - for potentially dangerous actions or important messages. info - for highlighting neutral information. success - for indicating the successful completion of an action that the user triggered.

<Input />