1.5.0 • Published 2 months ago

@yext/search-ui-react v1.5.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 months ago

search-ui-react

A library of React Components for powering Yext Search integrations.

See the full documentation here.

Getting Started

If you are using NPM 7+, you can install the components with the following command:

npm install @yext/search-ui-react

The @yext/search-headless-react peer dependency will be automatically installed.

If you are using NPM 6 or Yarn, you can install the library and its peer dependencies with this command:

npx install-peerdeps @yext/search-ui-react

The command will work with Yarn so long as NPM 6+ is installed on the machine.

Once the library and its peer dependencies are installed, the components can be rendered using React by placing them inside the SearchHeadlessProvider with the appropriate credentials:

import { SearchHeadlessProvider } from '@yext/search-headless-react';
import { SearchBar, UniversalResults } from '@yext/search-ui-react';

const config = {
  apiKey: '<apiKey>',
  experienceKey: '<experienceKey>',
  locale: 'en',
  experienceVersion: 'PRODUCTION',
}

function App() {
  return (
    <SearchHeadlessProvider {...config}>
      <SearchBar />
      <UniversalResults />
    </SearchHeadlessProvider>
  );
}

export default App;

To use the Component Library's Styling without adding Tailwind to your project, add the following import:

import '@yext/search-ui-react/bundle.css'
1.6.0-beta.432

2 months ago

1.5.0

3 months ago

1.5.0-beta.426

3 months ago

1.4.1

5 months ago

1.4.0

5 months ago

1.4.0-alpha.0

8 months ago

1.4.0-alpha.1

8 months ago

1.4.0-alpha.2

8 months ago

1.4.0-alpha.3

8 months ago

1.4.0-alpha.8

8 months ago

1.4.0-alpha.9

8 months ago

1.4.0-alpha.4

8 months ago

1.4.0-alpha.5

8 months ago

1.4.0-alpha.6

8 months ago

1.4.0-alpha.7

8 months ago

1.4.0-beta.3

7 months ago

1.4.0-alpha.19

8 months ago

1.4.0-alpha.17

8 months ago

1.4.0-alpha.18

8 months ago

1.4.0-alpha.15

8 months ago

1.4.0-alpha.16

8 months ago

1.4.0-alpha.13

8 months ago

1.4.0-alpha.14

8 months ago

1.4.0-alpha.11

8 months ago

1.4.0-alpha.12

8 months ago

1.3.4

8 months ago

1.3.3

8 months ago

1.4.0-alpha.10

8 months ago

1.3.2

8 months ago

1.3.0

11 months ago

1.4.0-alpha.28

7 months ago

1.4.0-alpha.27

7 months ago

1.4.0-alpha.24

7 months ago

1.4.0-alpha.25

7 months ago

1.4.0-alpha.22

7 months ago

1.4.0-alpha.23

7 months ago

1.4.0-alpha.20

8 months ago

1.4.0-alpha.21

7 months ago

1.3.0-beta.1

12 months ago

1.2.0

1 year ago

1.3.0-beta.0

12 months ago

1.2.1

12 months ago

1.2.1-beta.0

12 months ago

1.2.0-beta.0

1 year ago

1.1.0

1 year ago

1.1.0-beta.335

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-alpha.301

2 years ago

1.0.0-beta.298

2 years ago

1.0.0-beta.269

2 years ago

1.0.0-beta.262

2 years ago

0.2.0-beta.243

2 years ago