This library is a collection of reusable UI components for my projects. There's no real system or pattern in place, just a hodge-podge of random components/ideas that I've come up with. If it inspires you, or you somehow find any of it useful, then hell yeah please tell me about it!
This library assumes you already have tailwind setup.
- Install the library
pnpm i @trenary/ui- Import the library's css into your app's css
@import '@trenaryja/ui/css';
@source '../node_modules/@trenaryja/ui';If you'd like to try this out in the browser, like maybe in a new pen on codepen.io, just dump these tags into your html:
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser"></script>
<link href="https://cdn.jsdelivr.net/npm/@trenaryja/ui" rel="stylesheet" type="text/css" />You can explore the templates directly in the
docs/folder.
See the folder for templates []
- ⚛️ react
- 🌊 tailwindcss
- 🌼 daisyui