JSPM

@polar-sh/ui

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 22400
  • Score
    100M100P100Q149856F
  • License Apache-2.0

Polar UI Components — This is a private library for the Polar project. You probably shouldn't use it directly in your own projects.

Package Exports

  • @polar-sh/ui/chunk-42B7HJYT
  • @polar-sh/ui/chunk-42UZ4JF4
  • @polar-sh/ui/chunk-CCLIPZIX
  • @polar-sh/ui/chunk-FDSITBQX
  • @polar-sh/ui/chunk-G2K7I33R
  • @polar-sh/ui/chunk-KGNLFDPO
  • @polar-sh/ui/chunk-LILKVCWW
  • @polar-sh/ui/chunk-LQWLQEPE
  • @polar-sh/ui/chunk-MEZ2DKZM
  • @polar-sh/ui/chunk-MXZ6RXT3
  • @polar-sh/ui/chunk-NHF3VARK
  • @polar-sh/ui/chunk-NQHJ57A6
  • @polar-sh/ui/chunk-OXJYETRD
  • @polar-sh/ui/chunk-QGDMOZKZ
  • @polar-sh/ui/chunk-TYEX2HNR
  • @polar-sh/ui/chunk-TYO4DM3W
  • @polar-sh/ui/chunk-U2YHZUD4
  • @polar-sh/ui/chunk-UD5IESOD
  • @polar-sh/ui/chunk-UZFUTXXE
  • @polar-sh/ui/chunk-VLLVJJPI
  • @polar-sh/ui/chunk-XGQMBTEJ
  • @polar-sh/ui/chunk-YHFZA3IK
  • @polar-sh/ui/chunk-YWNMVKRM
  • @polar-sh/ui/chunk-ZDMLIGTZ
  • @polar-sh/ui/components/atoms/Accordion
  • @polar-sh/ui/components/atoms/Alert
  • @polar-sh/ui/components/atoms/Avatar
  • @polar-sh/ui/components/atoms/Button
  • @polar-sh/ui/components/atoms/Card
  • @polar-sh/ui/components/atoms/CopyToClipboardInput
  • @polar-sh/ui/components/atoms/CountryPicker
  • @polar-sh/ui/components/atoms/CountryStatePicker
  • @polar-sh/ui/components/atoms/DataTable
  • @polar-sh/ui/components/atoms/DateTimePicker
  • @polar-sh/ui/components/atoms/FormattedDateTime
  • @polar-sh/ui/components/atoms/Input
  • @polar-sh/ui/components/atoms/InputOTP
  • @polar-sh/ui/components/atoms/IssueBodyRenderer
  • @polar-sh/ui/components/atoms/LabeledRadioButton
  • @polar-sh/ui/components/atoms/LabeledSeparator
  • @polar-sh/ui/components/atoms/List
  • @polar-sh/ui/components/atoms/MoneyInput
  • @polar-sh/ui/components/atoms/Paginator
  • @polar-sh/ui/components/atoms/PercentageInput
  • @polar-sh/ui/components/atoms/Pill
  • @polar-sh/ui/components/atoms/PolarTimeAgo
  • @polar-sh/ui/components/atoms/Select
  • @polar-sh/ui/components/atoms/ShadowBox
  • @polar-sh/ui/components/atoms/ShadowBoxOnMd
  • @polar-sh/ui/components/atoms/ShadowListGroup
  • @polar-sh/ui/components/atoms/Status
  • @polar-sh/ui/components/atoms/Switch
  • @polar-sh/ui/components/atoms/Tabs
  • @polar-sh/ui/components/atoms/TextArea
  • @polar-sh/ui/components/atoms/datatable/DataTable
  • @polar-sh/ui/components/atoms/datatable/DataTableColumnHeader
  • @polar-sh/ui/components/atoms/datatable/DataTablePagination
  • @polar-sh/ui/components/atoms/datatable/index
  • @polar-sh/ui/components/molecules/Banner
  • @polar-sh/ui/components/ui/accordion
  • @polar-sh/ui/components/ui/alert-dialog
  • @polar-sh/ui/components/ui/button
  • @polar-sh/ui/components/ui/calendar
  • @polar-sh/ui/components/ui/card
  • @polar-sh/ui/components/ui/checkbox
  • @polar-sh/ui/components/ui/command
  • @polar-sh/ui/components/ui/dialog
  • @polar-sh/ui/components/ui/dropdown-menu
  • @polar-sh/ui/components/ui/form
  • @polar-sh/ui/components/ui/input
  • @polar-sh/ui/components/ui/input-otp
  • @polar-sh/ui/components/ui/label
  • @polar-sh/ui/components/ui/popover
  • @polar-sh/ui/components/ui/radio-group
  • @polar-sh/ui/components/ui/select
  • @polar-sh/ui/components/ui/separator
  • @polar-sh/ui/components/ui/skeleton
  • @polar-sh/ui/components/ui/table
  • @polar-sh/ui/components/ui/tabs
  • @polar-sh/ui/components/ui/textarea
  • @polar-sh/ui/components/ui/toggle
  • @polar-sh/ui/components/ui/toggle-group
  • @polar-sh/ui/components/ui/tooltip
  • @polar-sh/ui/lib/money
  • @polar-sh/ui/lib/utils

Readme

@polar-sh/ui

This is the UI library for the Polar project.

[!NOTE] This is a private library for the Polar project. You probably shouldn't use it directly in your own projects.

Structure

We use shadcn/ui components as a base for our UI. Those raw components are generated in src/components/ui.

Our own custom components are located in src/components/atoms and src/components/molecules.

How to add/update a shadcn component?

cd clients/packages/ui
pnpm dlx shadcn@latest add accordion