Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enso-ui/search-mode


https://github.com/enso-ui/search-mode

Last synced: 2 days ago
JSON representation

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)