Tharikida-ui
PlaygroundDocs

Tharikida UI Playground

Experiment with theme and components. Tweak colors, font, and see live code updates!

Playground Card
Hello World
Accordion Title
Pick a Date
NameValue
Primary Color#2ecc71
Secondary Color#3498db
Font FamilyMontserrat, sans-serif
Item 1
Item 1 Description
Item 2
Item 2 Description
Item 3
Item 3 Description

Generated Code

import { ThemeProvider } from 'tharikida-ui';

<ThemeProvider
  padding="10px"
>
  {/* Your app content here */}
</ThemeProvider>