File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 21
21
22
22
## Features
23
23
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
28
28
- ♿ Accessible (a11y) – Built-in ARIA support for screen readers
29
- - 🛡 Written in TypeScript with type safety.
29
+ - 🛡 Written in TypeScript with type safety
30
30
31
31
## Installation & Quick Start
32
32
Install the library
@@ -37,6 +37,8 @@ npm i @constructor-io/constructorio-ui-autocomplete
37
37
Import and use the ` CioAutocomplete ` component
38
38
``` ts
39
39
import { CioAutocomplete } from ' @constructor-io/constructorio-ui-autocomplete' ;
40
+ import ' @constructor-io/constructorio-ui-autocomplete/styles.css' ;
41
+
40
42
function YourComponent() {
41
43
return (
42
44
<div >
You can’t perform that action at this time.
0 commit comments