1.4.0 • Published 2 years ago

@primitivexyz/ui v1.4.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.3

2 years ago

0.1.5

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago