Skip to content

polumeyv/ui-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@polumeyv/ui

Svelte 5 component library built on bits-ui, Tailwind CSS v4, and tw-animate-css.

Components

Accordion, Alert, Alert Dialog, Aspect Ratio, Avatar, Badge, Breadcrumb, Button, Button Group, Card, Carousel, Chart, Checkbox, Collapsible, Command, Context Menu, Copy Button, Data Table, Dialog, Drawer, Dropdown Menu, Empty, Field, Hover Card, Image Cropper, Input, Input Group, Input OTP, Item, Kbd, Label, Menubar, Native Select, Navigation Menu, Pagination, Popover, Progress, Radio Group, Resizable, Scroll Area, Select, Separator, Share Card, Sheet, Sidebar, Skeleton, Slider, Sonner, Spinner, Switch, Table, Tabs, Textarea, Theme Toggle, Toggle, Toggle Group, Tooltip

Install

bun add @polumeyv/ui

CSS Import

Import the theme CSS:

<script>
  import '@polumeyv/ui/styles';
</script>

This requires your app to provide the font files separately, since the CSS references /fonts/... paths.

Usage

<script>
  import { Button } from '@polumeyv/ui';
</script>

<Button variant="outline">Click me</Button>

Development

bun install
bun run check

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors