Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

element-ui-solid

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

element-ui-solid

Element-ui style component library for solidjs

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Solid UI

A modern component library based on SolidJS, built with TypeScript, supporting theme customization and tree-shaking.

🚀 Access document address

中文文档

Features

  • 🚀 Built with SolidJS
  • 📦 Tree-shaking support
  • 🎨 Customizable themes
  • 💪 TypeScript support
  • 📚 Comprehensive documentation
  • ✅ Unit test coverage
  • 🔧 Modern toolchain

Components TODO

Feedback Components

  • Alert
  • Dialog
  • Button
  • Drawer
  • Loading
  • Message
  • Message Box
  • Notification
  • Popover
  • Tooltip

Navigation Components

  • Affix
  • Anchor
  • Backtop
  • Breadcrumb
  • Dropdown
  • Menu
  • PageHeader
  • Pagination
  • Steps
  • Tabs

Data Components

  • Avatar
  • Badge
  • Card
  • Carousel
  • Collapse
  • Empty
  • Descriptions
  • Image
  • Infinite Scroll
  • Pagination
  • Progress
  • Skeleton
  • Spin
  • Statistic
  • Table
  • Transfer
  • Tree
  • Tag
  • Virtual Tree

Form Components

  • Form
  • Input
  • Select
  • Radio
  • Checkbox
  • Switch
  • Rate
  • Slider
  • Upload
  • TimePicker
  • TimeSelect
  • ColorPicker
  • Cascader
  • DatePicker

Project Structure

solid-ui/
├── packages/
│ ├── components/ # UI Components
│ ├── hooks/ # Common hooks
│ ├── theme/ # Theme system
│ ├── utils/ # Utility functions
│ ├── docs-utils/ # Documentation utilities
│ └── docs/ # Documentation site

Quick Start

Installation

pnpm install

Development

# Start development server
pnpm start

# Build all packages
pnpm build

# Run tests
pnpm test

# Fix lint issues
pnpm lint:fix

FAQs

Package last updated on 11 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts