Professional React UI component library — 30+ components, CSS Modules, TypeScript.
Part of Techlestial Labs.
Live: uilerial.vercel.app · Studio: uilerial-studio.vercel.app
# npmjs.com (once published)
npm i @techlestial/uilerial
# GitHub Packages (live now)
npm i @techlestial/uilerial --registry=https://npm.pkg.github.comnpmjs.com: CI publish needs a granular token with Bypass 2FA on npmjs.com/settings/~tokens, or re-run the Release workflow with your 6-digit OTP:
gh workflow run release.yml --repo techlestial/uilerial -f npm_otp=YOUR_CODE
import { Button, Card, ToastContainer } from "@techlestial/uilerial";
export function App() {
return (
<>
<ToastContainer position="top-right" />
<Card title="Hello">
<Button variant="primary">Ship it</Button>
</Card>
</>
);
}Accordion, Alert, Avatar, Badge, Breadcrumb, Button, Card, Carousel, Checkbox, Chip, DataTable, DatePicker, Dialog, Divider, Login, Message, Pagination, Panel, ProgressBar, Rating, Select, Skeleton, Spinner, Switch, Tabs, Tag, Textarea, TextInput, Toast, Toolbar, Translator.
npm run component:build
npm publish --access public # needs @techlestial npm org + NPM_TOKENMIT · Kevin Moe Myint Myat