0.5.1 • Published 27 days ago

@bolttech/client-react v0.5.1

Weekly downloads
-
License
ISC
Repository
-
Last release
27 days ago

@bolttech/client-react

This package is a collection of common utilities, modules, and components designed to be used with React. It includes helpers, enums, hooks, interfaces, page types, and several modules such as analytics, config, session, and translation. It's intended for use across multiple projects and teams.

Install

Using npm:

npm install @bolttech/client-react

or

yarn add @bolttech/client-react

Note that React must be installed as a peer dependency of this package. Make sure to install the version of React that your project requires.

Usage

Then, import the desired module(s) into your code:

import { Button, MySessionProvider } from '@bolttech/client-react';

function MyComponent() {
  return (
    <MySessionProvider>
      <Button onClick={() => console.log('Button clicked!')}>
        Click me!
      </Button>
    </MySessionProvider>
  );
}

Contributing

Contributions are welcome! If you are member the bolttech team, please submit a pull request with any changes or additions you'd like to make.

0.5.1

27 days ago

0.5.0

10 months ago

0.3.9

11 months ago

0.3.8

11 months ago

0.3.7

11 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.4.2

11 months ago

0.3.0

1 year ago

0.3.6

11 months ago

0.3.5

12 months ago

0.3.2

12 months ago

0.3.1

12 months ago

0.3.4

12 months ago

0.3.3

12 months ago

0.2.3

1 year ago

0.2.2

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago