# Search Mode
[![License](https://img.shields.io/badge/license-MIT-10b981.svg)](https://github.com/enso-ui/search-mode/blob/master/LICENSE)
[![Stable](https://img.shields.io/badge/stable-3.1.1-2563eb.svg)](https://www.npmjs.com/package/@enso-ui/search-mode)
[![Downloads](https://img.shields.io/npm/dm/@enso-ui/search-mode.svg)](https://www.npmjs.com/package/@enso-ui/search-mode)
[![Vue](https://img.shields.io/badge/vue-3.x-42b883.svg)](https://vuejs.org/)
[![JavaScript](https://img.shields.io/badge/javascript-ES2020-f7df1e.svg)](https://developer.mozilla.org/docs/Web/JavaScript)
[![SCSS](https://img.shields.io/badge/scss-supported-c6538c.svg)](https://sass-lang.com/)
[![npm](https://img.shields.io/badge/npm-package-cb3837.svg)](https://www.npmjs.com/package/@enso-ui/search-mode)
[![Issues](https://img.shields.io/github/issues/enso-ui/search-mode.svg)](https://github.com/enso-ui/search-mode/issues)
[![Merge Requests](https://img.shields.io/github/issues-pr/enso-ui/search-mode.svg)](https://github.com/enso-ui/search-mode/pulls)
## Description
Search mode selector for Enso UI tables.
## Installation
Install the package:

```bash
yarn add @enso-ui/search-mode
```
## Features
- exports `SearchMode` as its public surface
- keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable
## Usage
```vue
<script setup>
import SearchMode from '@enso-ui/search-mode./src/bulma/SearchMode.vue';
</script>
```
## API
### `SearchMode`

Public export available from `src/bulma/SearchMode.vue`.
## Depends On
- No additional Enso UI dependencies.
## Contributions
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!
## License
[MIT](https://github.com/enso-ui/search-mode/blob/master/LICENSE)