0.6.0 • Published 5 years ago

@pulsar-ui/system v0.6.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Style-independent components with React Hooks. The Core package serves all the components and a context-provider. The provider consumes a design-system (e.g. @pulsar-ui/system) that uses component hooks to invoke component properties and options.

Documentation

Build Status License

Installation

npm i @pulsar-ui/core @pulsar-ui/system

Usage

import React from "react";
import { Provider, Avatar } from "@pulsar-ui/core";
import * as system from "@pulsar-ui/system";

export const App = () => (
  <Provider system={system}>
    <Avatar src="https://placekitten.com/100/100" />
  </Provider>
)

Credits 💖

Structures and many other ideas like component hooks and system patterns are copied from @diegohaz's reakit v2

License

ISC license

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago