Skip to content

zss-in-js/plumeria

Repository files navigation

Plumeria · GitHub license npm version tests PRs Welcome

Documentation

Documentation Website

Readme for @plumeria/core is in packages/core.

Example

Here is a simple example of Plumeria use:

import { css, cx } from '@plumeria/core';

const styles = css.create({
  text: {
    fontSize: 12,
  },
  size: {
    width: 120,
  },
});

const style = cx(styles.text, styles.size);

Development

This is the development monorepo for Plumeria

Structure

Contributing

Development happens in the open on GitHub and we are grateful for contributions including bug fixes, improvements, and ideas.

Contributing Guide

Read the contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.

License

Plumeria is MIT licensed.