1.4.0 • Published 1 year ago

@primitivexyz/ui v1.4.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Primitive UI components for React

Install

npm install @primitivexyz/ui

or

yarn add @primitivexyz/ui

Usage

To use Primitive branded components, nest all components in the StylesProvider. Eg.

import { StylesProvider, Button } from '@primitivexyz/ui'

<StylesProvider>
  <Button>Logout</Button>
  ...
</StylesProvider>

Building and Publishing

Pre-requisites to publishing: 1) Ensure you have write access to the npm package: https://www.npmjs.com/package/@primitivexyz/ui/access

Building and Publishing: 1) Run npm run build or yarn run build to generate the dist folder. 2) Run npm publish

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.3

1 year ago

0.1.5

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago