Autocomplete works with array and objects
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s

This commit is contained in:
2026-05-02 20:52:35 +02:00
parent 098508d12a
commit 97f481e22f
13 changed files with 74 additions and 39 deletions

View File

@@ -24,7 +24,7 @@ bun add sigpro-ui
### ESM / Module usage
```javascript
import { Input, Button, Alert } from "sigpro-ui";
import { $, Input, Button, Alert } from "sigpro-ui";
import "sigpro-ui/css";
const App = () => {