Awesome UI Components for solidjs based on Arco design.
- Button
- Input
- Checkbox
- Card
- Divider
- Empty
- Avatar
- Switch
- Tag
- Link
- locale
- style
- InputNumber
- Alert
- Affix
- Grid
- Spin
- ConfigProvider
- Result
- Skeleton
- Steps
- Statistic
- VerificationCode
- Backtop
- Badge
- Icon
- Radio
- InputTag -- in progress
- Breadcrumb
- Image
- Rate
- Typograghy
- Descriptions
- List
- Upload
- CheckboxGroup
- [ ]
- Calendar
- Anchor
- Cascader
- Collapse
- Drawer
- Dropdown
- Form
- Datepicker
- Menu
- Message
- Modal
- Notification
- Pagination
- Popconfirm
- Popover
- Portal
- Progress
- Table
- Tabs
- Timeline
- Timepicker
- Tooltip
- Transfer
- Tree
- TreeSelect
- Layout
- [ ]
- Carousel
- Comment
- Mentions
- PageHeader
- ResizeBox
- Trigger
- Autocomplete
- Select
- Slider
- Watermark
Install it:
npm i arco-design-solid
# or
yarn add arco-design-solid
# or
pnpm add arco-design-solid
List of cli commands available from a project root.
To use the commands, first install pnpm and install dependencies with pnpm i
.
pnpm run dev
# Builds all packages in watch mode, and starts all playgrounds
# turbo run dev --************pa**ra**ll**el**
pnpm run build
# Builds all the packages in the monorepo
# turbo run build --filter=!./playgrounds/*
pnpm run test
# Runs tests for all the packages in the monorepo
# turbo run test --filter=!./playgrounds/*
pnpm run typecheck
# Runs TS typecheck for all the packages in the monorepo
# turbo run typecheck --filter=!./playgrounds/*
pnpm run build-test
# Runs build, typecheck and test commands for all the packages in the monorepo
# "turbo run build test typecheck --filter=!./playgrounds/*
pnpm run format
# Formats the reposotory with prettier
# prettier -w \"packages/**/*.{js,ts,json,css,tsx,jsx,md}\" \"playgrounds/**/*.{js,ts,json,css,tsx,jsx,md}\"
pnpm run changeset
# Creates a changeset
# changeset
pnpm run version-packages
# Applies changesets to bump package versions and update CHANGELOGs
# "changeset version && pnpm i
pnpm run release
# Builds and publishes changed packages to npm
# pnpm run build-test && changeset publish
pnpm run update-deps
# Updates all dependencies in the repository
# pnpm up -Lri