Skip to content

Commit

Permalink
fix: rm periods
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa authored Feb 17, 2024
1 parent de460ed commit 59e3e95
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ promkit = "0.3.0"

- Support cross-platform both UNIX and Windows owing to [crossterm](https://github.com/crossterm-rs/crossterm)
- Various building methods
- Preset; Support for quickly setting up a UI by providing simple parameters.
- Preset; Support for quickly setting up a UI by providing simple parameters
- [Readline](#readline)
- [Confirm](#confirm)
- [Password](#password)
- [Select](#select)
- [QuerySelect](#queryselect)
- [Checkbox](#checkbox)
- [Tree](#tree)
- Combining various UI components.
- Combining various UI components
- They are provided with the same interface, allowing users to choose and
assemble them according to their preferences.
- (Upcoming) Stronger support to display yor own data structures.
assemble them according to their preferences
- (Upcoming) Stronger support to display yor own data structures
- Versatile customization capabilities
- Theme for designing the appearance of the prompt.
- e.g. cursor, text
- Validation for user input and error message construction.
- Theme for designing the appearance of the prompt
- e.g. cursor, text and prompt string
- Validation for user input and error message construction

## Examples/Demos

Expand Down

0 comments on commit 59e3e95

Please sign in to comment.