catalystui
catalystui copied to clipboard
Catalyst UI is a component library built on top of Radix UI Primitives and styled with Tailwind CSS
Copied Checkmark for couple of seconds and goes back to normal copy icon
Catalyst components can be themed via CSS variables but the shared button doesn't use them. Consequently, custom CSS variables won't reflect on components that use the shared button like Select...
The active tab has a background but inactive tabs don't have a hover state.
Not all types are exposed properly. Having types for components like Dropdown, Nav, etc would help in writing props.
Currently, `main.css` have to be imported separately in `root.tsx` or `__app.tsx`. Components styles wouldn't be applied otherwise. It would be great, if each component came with their own styles injected...