Readme for @plumeria/core is in packages/core.
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);
This is the development monorepo for Plumeria
-
examples
- Contains example apps using Plumeria.
-
packages
- Contains the Plumeria monorepo
- collection
- compiler
- core
- next
Development happens in the open on GitHub and we are grateful for contributions including bug fixes, improvements, and ideas.
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.
Plumeria is MIT licensed.