8.1.0 • Published 8 months ago

instantsearch.css v8.1.0

Weekly downloads
53,823
License
MIT
Repository
github
Last release
8 months ago

Version License Build Status Website

Getting started

Using InstantSearch.css is as simple as adding this CSS code to your existing InstantSearch app:

// Include only the reset
import 'instantsearch.css/themes/reset.css';

// Or include the full Satellite theme
import 'instantsearch.css/themes/satellite.css';

To learn more about the library, follow the guide on how to style your InstantSearch widgets:

Installation

npm install instantsearch.css
# or
yarn add instantsearch.css

Available themes

InstantSearch.css exposes two themes:

If you don't need a theme, you can still use the reset styles to start from a clean slate.

The reset styles are included in all the provided themes. You don't need to import them if you use a theme.

Browser support

We support the last two versions of major browsers (Chrome, Edge, Firefox, Safari).

Implemented versions

InstantSearch.css is a living standard. This table tracks down the version implemented in each InstantSearch flavor.

ProjectVersion
InstantSearch.js7
React InstantSearch7
Vue InstantSearch7
Angular InstantSearch7

Contributing

We welcome all contributors, from casual to regular 💙

To start contributing to code, you need to:

  1. Fork the project
  2. Clone the repository
  3. Install the dependencies: yarn

Please read our contribution process to learn more.

License

InstantSearch.css is MIT licensed.