Skip to content

Commit 80a6501

Browse files
committed
Address comments
1 parent 970e647 commit 80a6501

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
## Features
2323

24-
- 📦 A Plug and play React component
25-
- ⚡ Lightweight & Fast – Tiny bundle size, optimized for speed.
26-
- 🎨 Customizable UI – With minimal styles and support for custom markup.
27-
- ⌨️ Keyboard Navigation – Fully supports accessible keyboard naviagation.
24+
- 🔌 Easy Integration – Quickly integrate with your app as a plug-and-play React component
25+
- ⚡ Lightweight & Fast – Tiny bundle size, optimized for speed
26+
- 🎨 Customizable UI – With minmal styles, and supports for custom markup
27+
- ⌨️ Keyboard Navigation – Fully supports accessible keyboard naviagation
2828
- ♿ Accessible (a11y) – Built-in ARIA support for screen readers
29-
- 🛡 Written in TypeScript with type safety.
29+
- 🛡 Written in TypeScript with type safety
3030

3131
## Installation & Quick Start
3232
Install the library
@@ -37,6 +37,8 @@ npm i @constructor-io/constructorio-ui-autocomplete
3737
Import and use the `CioAutocomplete` component
3838
```ts
3939
import { CioAutocomplete } from '@constructor-io/constructorio-ui-autocomplete';
40+
import '@constructor-io/constructorio-ui-autocomplete/styles.css';
41+
4042
function YourComponent() {
4143
return (
4244
<div>

0 commit comments

Comments
 (0)