0.7.2-alpha.1 • Published 3 months ago

@us3r-network/profile v0.7.2-alpha.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

@us3r-network/profile

We created a data model about user profile based on ceramic, and provided crud SDK for the model, and commonly used react components related to profile

License npm version npm downloads

Install

npm install @us3r-network/auth-with-rainbowkit @us3r-network/profile

Where @us3r-network/auth-with-rainbowkit is the peerDependencies of @us3r-network/profile

Usage

You need to wrap your application with Us3rAuthWithRainbowkitProvider and ProfileStateProvider first.

import { PropsWithChildren } from "react";
import { Us3rAuthWithRainbowkitProvider } from "@us3r-network/auth-with-rainbowkit";
import { ProfileStateProvider } from "@us3r-network/profile";

export default function App({ children }: PropsWithChildren) {
  return (
    <Us3rAuthWithRainbowkitProvider>
      <ProfileStateProvider ceramicHost={process.env.REACT_APP_CERAMIC_HOST}>
        {children}
      </ProfileStateProvider>
    </Us3rAuthWithRainbowkitProvider>
  );
}

Then you can start using our components. For more information, please refer to our component documentation storybook.

0.7.2-alpha.1

3 months ago

0.7.0

5 months ago

0.6.0

5 months ago

0.5.8

7 months ago

0.5.7

8 months ago

0.5.9-alpha.1

7 months ago

0.5.10-alpha.1

6 months ago

0.5.4

11 months ago

0.5.3

11 months ago

0.5.6

11 months ago

0.5.5

11 months ago

0.4.9

1 year ago

0.4.8

1 year ago

0.4.10

12 months ago

0.4.11

12 months ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.5.0

12 months ago

0.5.2

12 months ago

0.4.3

1 year ago

0.5.1

12 months ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.7

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