lib Svelte Themes

Lib

Component library for svelte based projects

Library of useful components & Helpers

Components

These components are usable everywhere. other components like Sidebar, SidebarItem, Avatar, ... are not used in pages. we don't need to make them components. when we needed them, we will use it's tailwnd code directly

  • Alert
  • Badge
  • Button
  • Icon
  • Modal + ModalBody + ModalHeader + ModalFooter
  • Confirm
  • Tabs
  • Card + CardBody + CardHeader + CardFooter
  • Dropdown + DropdownMenu + DropdownItem
  • Gridding System (Container, Row, Col) cols from 1 to 12 col/colMd/colLg
  • Popover + PopoverBody
  • Spinner
  • Tooltip
  • DataTable (Pagination, Filter buttons, ...)

Form components

  • Form
  • Checkbox
  • CheckboxGroup
  • Input
  • Label
  • RadioGroup
  • Select
  • Textarea
  • RichTextEditor

Top categories

Loading Svelte Themes