Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

exivity-archive/ui

Repository files navigation

@exivity/ui

npm Travis Code Climate Code Climate Bunlephobia

A collection of components to build interfaces.

NOTE: This repository is read-only (for now)

Because of some DX optimisations at Exivity, we're marking this repository as read-only for the time being (we've moved all development efforts on this codebase to a private monorepo).

While we plan to release a stable v1 version of this package with an open source license again, we don't have a timeline for this.

Do you have experience combining private and public repositories while benefiting from a monorepo setup? We're hiring! 😉 https://exivity.com/careers/

Quickstart

Install with yarn:

yarn add @exivity/ui

Import using:

import { Button } from '@exivity/ui'

And make a button:

<Button>Click me!</Button>

Visit exivity.github.io/ui for more documentation and examples.

License

MIT