0.2.1 • Published 9 months ago

@pulumi/facet v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

facet

Facet is web component library and UI design system for Pulumi web projects.

Install in the usual way:

npm install @pulumi/facet
yarn add @pulumi/facet

Import the design system and components:

import { initDesignSystem, button } from "@pulumi/facet";

initDesignSystem({
    prefix: "pulumi",
    mode: "light"
    theme: "web",
    components: [
        button(),
    ],
});

Use the components in your project:

<html>
<head>
        <meta charset="utf-8">
        <title>My Website</title>
</head>
<body>
        <pulumi-button appearance="accent">Hellos 👋</pulumi-button>
        <script src="dist/bundle.js"></script>
</body>
</html>

More to come...

0.2.1

9 months ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.35

3 years ago

0.0.34

3 years ago

0.0.33

3 years ago

0.0.32

3 years ago

0.0.31

3 years ago

0.0.30

3 years ago

0.0.28

3 years ago

0.0.26

3 years ago