Autocomplete works with array and objects
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user