Getting Started

Components

Themes

lib

default_values

default_breakpoints.ts

default_colors.ts

default_sizes.ts

default_themes.ts

ui

ui_name.tsx

.//

utils

drag_to_dismiss.tsx

slide_animation.tsx

svg_comp.tsx

default.d.ts

index.d.ts

unistyles.ts

default_themes.ts

This is the theme file. Light and Dark themes are created. You can extend it. (See the guide) Can be used with import {Sizes, FontSizes} from './lib/unistyles.ts; This files contains objects like this export const DefaultLightPlatelette = { primary: '#4ddbff', primaryForeground: '#12363f', //... } export const DefaultDarkPlatelette = { primary: '#4ddbff', primaryForeground: '#12363f', //... } The variant provided in each component will switch as the theme changes