Skip to content
/ ui Public

My own component library, complete with Storybook!

Notifications You must be signed in to change notification settings

trenaryja/ui

Repository files navigation

@trenaryja/ui

logo

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!

Storybook Github npm Bundlephobia

Getting Started

React Application

This library assumes you already have tailwind setup.

  1. Install the library
pnpm i @trenary/ui
  1. Import the library's css into your app's css
@import '@trenaryja/ui/css';
@source '../node_modules/@trenaryja/ui';

Browser

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" />

About

My own component library, complete with Storybook!

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors