@kkatkus/components
v0.0.5
Published
Adobe Aria based react components
Downloads
9
Maintainers
Readme
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 />