0.10.0 • Published 8 months ago

@buildwithlayer/sdk v0.10.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

@buildwithlayer/sdk

Installation

npm

npm install @buildwithlayer/sdk

Yarn

yarn add @buildwithlayer/sdk

Typescript

@buildwithlayer/sdk is writting in TypeScript and provides type definitions for all of its public APIs.

Basic Usage

import { Widget } from '@buildwithlayer/sdk';

function App() {
  return (
    <div className="App">
      <Widget />
    </div>
  );
}

export default App;

Usage

import { Widget } from '@buildwithlayer/sdk';

function App() {
  const name = 'John Doe';
  const companyName = 'Acme Inc.';
  return (
    <div>
      <Widget
        // Optional title for the header
        title="Optional Title"
        // Optional function to render a logo in the header
        renderLogo={() => <p>Logo</p>}
        // Optional function to render a custom fab
        renderFab={(onClick) => (
          <button onClick={onClick}>Open Layer Assistant</button>
        )}
        // Optional string to override the default message in the chat
        defaultMessage={`Hey there ${name}! Thanks for choosing ${companyName}! Ask me anything at all, and I will do it!`}
        // Optional theme overrides
        themeOverrides={{
          palette: {
            primary: {
              main: '#000000',
            },
            secondary: {
              main: '#ffffff',
            },
          },
        }}
      />
    </div>
  );
}

export default App;
0.11.0-nightly.11

9 months ago

0.11.0-nightly.12

9 months ago

0.11.0-nightly.10

9 months ago

0.11.0-nightly.15

9 months ago

0.11.0-nightly.6

9 months ago

0.11.0-nightly.16

9 months ago

0.11.0-nightly.7

9 months ago

0.11.0-nightly.13

9 months ago

0.11.0-nightly.8

9 months ago

0.11.0-nightly.14

9 months ago

0.11.0-nightly.9

9 months ago

0.11.0-nightly.19

8 months ago

0.11.0-nightly.17

9 months ago

0.11.0-nightly.18

9 months ago

0.8.3-nightly.0

10 months ago

0.9.0

10 months ago

0.8.2-nightly.2

11 months ago

0.8.2-nightly.0

11 months ago

0.8.2-nightly.1

11 months ago

0.10.0

10 months ago

0.10.0-nightly.1

10 months ago

0.11.0-nightly.0

10 months ago

0.10.0-nightly.0

10 months ago

0.11.0-nightly.1

10 months ago

0.11.0-nightly.2

10 months ago

0.11.0-nightly.3

9 months ago

0.11.0-nightly.4

9 months ago

0.11.0-nightly.5

9 months ago

0.8.1

11 months ago

0.8.2

10 months ago

0.6.0-nightly.0

11 months ago

0.4.0-nightly.0

11 months ago

0.5.0-nightly.0

11 months ago

0.5.0-nightly.1

11 months ago

0.3.0-nightly.0

11 months ago

0.6.3-nightly.0

11 months ago

0.3.0

11 months ago

0.8.0

11 months ago

0.8.0-nightly.0

11 months ago

0.6.2

11 months ago

0.6.2-nightly.0

11 months ago

0.5.0

11 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.7.0

11 months ago

0.6.1

11 months ago

0.6.0

11 months ago

0.4.2

11 months ago

0.2.0

11 months ago

0.2.0-nightly.0

11 months ago

0.1.0

11 months ago

0.1.0-nightly.0

11 months ago