Skip to content

Commit 3d2a87e

Browse files
committed
components list replaced with progress table in readme
1 parent 5b24649 commit 3d2a87e

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,18 @@ npx nativecn preset
5656

5757
Creates a nativecn-preset.js file with default theme colors.
5858

59-
## Available Components
60-
61-
- [button](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/button) - A customizable button component with different variants, sizes and states
62-
- [accordion](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/accordion) - A vertically stacked set of interactive headings that reveal or hide associated content
63-
- [alert](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/alert) - A component that displays a brief, important message to get users' attention
64-
- [alertdialog](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/alertdialog) - A modal dialog that interrupts the user with important content and expects a response
65-
- [avatar](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/avatar) - An image component used to represent a user, with a fallback for showing initials
66-
- [badge](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/badge) - A small visual indicator for highlighting status, labels or counts
67-
- [breadcrumb](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/breadcrumb) - A navigation component that shows the current location in a hierarchical structure
68-
- [aspectratio](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/aspectratio) - A component to maintain consistent width/height ratios across different screen sizes
69-
- [card](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/card) - A container component that groups related content and actions
70-
- [carousel](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/carousel) - A slideshow component for cycling through elements like images or slides of content
71-
- [input-otp](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/input-otp) - A one-time password input component with individual character boxes and auto-focus
72-
- [skeleton](https://github.com/tailwiinder/nativecn/tree/main/packages/cli/templates/skeleton) - A placeholder loading component that animates to indicate content is being loaded
73-
74-
And more to come! Check out the [Roadmap](ROADMAP.md) for more details.
59+
#### Component Progress
60+
61+
| Category | Progress | Completed | Total |
62+
| ----------------------------- | ------------------------ | --------- | ------ |
63+
| Essential UI Primitives | ⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜ | 1 | 10 |
64+
| Common Components | ⬛⬛⬛⬛⬛⬛⬜⬜⬜⬜⬜⬜ | 6 | 12 |
65+
| Navigation & Structure | ⬛⬛⬜⬜⬜⬜⬜⬜ | 2 | 8 |
66+
| Advanced Interaction | ⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜ | 1 | 10 |
67+
| Data & Specialized Components | ⬛⬛⬜⬜⬜⬜ | 2 | 6 |
68+
| **Overall** | ⬛⬛⬜⬜⬜⬜⬜⬜⬜⬜ | **12** | **46** |
69+
70+
Check out the [Roadmap](ROADMAP.md) for more details.
7571

7672
## Features
7773

0 commit comments

Comments
 (0)