1.2.1 • Published 8 months ago

@capitalos/react v1.2.1

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

CapitalOS for React

React components for integrating with CapitalOS

Requirements

React 16.8.0 or later

Installation

npm

npm install @capitalos/react

yarn

yarn add @capitalos/react

pnpm

pnpm add @capitalos/react

Documentation

Please refer to the official docs for more details.

Usage

In order to use the components you will need to obtain a client authentication token. refer to the CapitalOS documentation for more information.

import { App } from '@capitalos/react'

function MyComponent() {

  // ... obtain token from backend

  return (
    <App token={token}>
  )
}

TypeScript support

TypeScript definitions for @capitalos/react are built into the npm package and should be automatically picked up by your editor.

Error Handling

For details on how errors are managed within the SDK and how to handle them as a consumer or a maintainer, please see our Error Handling Guidelines.

1.1.1

8 months ago

1.2.1

8 months ago

1.2.1-rc.3

8 months ago

1.2.1-rc.2

8 months ago

1.2.1-rc.1

8 months ago

1.0.0-rc.7

10 months ago

1.0.0-rc.8

10 months ago

1.0.0-rc.5

11 months ago

1.0.0-rc.6

11 months ago

1.0.0-rc.3

11 months ago

1.0.0-rc.4

11 months ago

1.0.0-rc.1

12 months ago

1.0.0-rc.2

12 months ago

1.1.0-rc.1

10 months ago

0.2.0

2 years ago

0.2.1-rc3

2 years ago

0.2.1-rc2

2 years ago

0.2.1-rc1

2 years ago

0.1.1-beta.2

2 years ago

0.1.0-beta.2

2 years ago

0.1.1-beta.1

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago