Skip to content

v0.0.1

Choose a tag to compare

@eteplus eteplus released this 16 Apr 07:01
· 30 commits to main since this release

🚀 Features

  • Setup project with storybook and unocss (2eea160)
  • react: Add button component and stories (2eea160)
  • react/button: Remove ghost variant, add with icon and loading story (abf3533)
  • react: Add ActionIcon component and stories (a22bdf7)
  • react: Add Checkbox component and stories (731a7e0)
  • theme: Add base theme css variables (437d390)
  • react: Add Tooltip commponent and stories (b375cc1)
  • react: Add Input commponent and stories (48475ca)
  • react/input: Add invalid variant (cb7f1ea)
  • react: Add Textarea component and stories (a04e2b6)
  • react/tooltip: Refactor Tooltip component for simplified usage (e061d72)
  • react: Add Select component and stories (c9da673)
  • react: Optimize styles for Select component and code for Input and Button components (b2db721)
  • react: Add Switch, Label components and stories (128a43b)
  • react: Add Radio components and stories (4e5c636)
  • react/radio: Add support for setting orientation property (3a5742e)
  • react/radio: Use inline property instead of orientation property to control layout (70a4205)
  • react: Add Tabs components and stories (456249c)
  • react: Add Slider components and stories (bc2fc3d)
  • react: Add Toggle, ToggleGroup components and stories (6d1788e)
  • react: Add Popover components and stories (a4213d7)
  • react: Add DropdownMenu components and stories (4ada875)
  • react: Add Sheet components and stories, rename text-size-* to font-size-* (46288ca)
  • react: Add Separator component and stories (bbe083c)
  • react: Add AlertDialog components and stories, refactor cn util usage in component (900c5ef)
  • react: Add Dialog components and stories (230b25f)
  • react: Add Toast component and stories (64cdfd5)
  • react/toast: Custom toast classNames (9571bcc)
  • react: Add ScrollArea components and stories (d5674c4)
  • react: Add Vite build configuration for React component library, adjust directory structure, and remove deprecated files (363eced)
  • react: Optimize build configuration (954d025)

📚 Examples

  • Setup playground project (c1ff37c)

🔨 Refactors

  • react: Use dot notation instead of exporting named parts for Select component (f1be904)
  • theme: Rename presetFigma to presetFigmaTheme (f2bd732)
  • playground: Move to root workspace dir (0d896b6)

📖 Documentation

📦 Build

  • Use changelogen to bump version and generate changelog (fc7a949)
  • react: Update build config, modified exports field in package.json (3d2d9fc)

🧹 Chore

  • Update unocss (30c2adc)
  • react/eslint: Remove react-hooks/rules-of-hooks rule (e6aa4f1)
  • playground: Update dev script (b9f038d)
  • react: Remove unused scripts (197b210)

❤️ Contributors