Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enso-ui/search-mode
https://github.com/enso-ui/search-mode
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enso-ui/search-mode
- Owner: enso-ui
- License: mit
- Created: 2020-03-17T12:09:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T10:58:33.000Z (almost 3 years ago)
- Last Synced: 2024-04-27T21:43:25.227Z (8 months ago)
- Language: Vue
- Size: 39.1 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Search Mode
![npm license](https://img.shields.io/npm/l/@enso-ui/search-mode.svg)
![npm download](https://img.shields.io/npm/dm/@enso-ui/search-mode.svg)
![GitHub top language](https://img.shields.io/github/languages/top/enso-ui/search-mode.svg)
![GitHub issues](https://img.shields.io/github/issues/enso-ui/search-mode.svg)
![npm version](https://img.shields.io/npm/v/@enso-ui/search-mode.svg)Search Mode
## Usage
The components can be used outside of the Enso ecosystem.### Demo
For live examples and demos, you may visit [laravel-enso.com](https://www.laravel-enso.com)
Check the full documentation at [docs.laravel-enso.com](https://docs.laravel-enso.com).
### Installation
Install the package:
```
npm i @enso-ui/search-mode
```
Import the desired component(s):
```js
import SearchMode from '@enso-ui/search-mode/bulma';
```### Exports
`@enso-ui/search-mode/bulma`:
- `SearchMode`
`@enso-ui/search-mode/renderless`:
- `CoreSearchMode`## Contributions
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!
## License
[ISC](https://opensource.org/licenses/ISC)