Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pulumi/facet

A web component library and design system for Pulumi.
https://github.com/pulumi/facet

components design-system

Last synced: 27 days ago
JSON representation

A web component library and design system for Pulumi.

Awesome Lists containing this project

README

        

# Facet

A design system and web component library for Pulumi.

## Usage

Facet is distributed as an npm package. To use it:

3. Install package in the usual way:

```
npm install @pulumi/facet
```

```
yarn add @pulumi/facet
```

4. Import it into your project with the module bundler of your choice:

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

initDesignSystem({
mode: "light",
theme: "web",
components: [
PulumiButton,
],
});
```

5. Use the components:

```



My Website


Hellos 👋



```

## Development

```
nvm use
make clean ensure serve
```

More docs to come...