@kkatkus/components
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

components

simple things


React components | storybook


To get it started, add components to your project:

yarn add @kkatkus/components

Or if you prefer using npm:

npm install @kkatkus/components --save

Theme

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.

Components

<Input />

Package Sidebar

Install

npm i @kkatkus/components

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

2.54 MB

Total Files

68

Last publish

Collaborators

  • kkatkus