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

https://github.com/polymerlabs/brick-viewer

A web component for viewing models built with a certain type of plastic brick!
https://github.com/polymerlabs/brick-viewer

ldraw web-components

Last synced: 11 months ago
JSON representation

A web component for viewing models built with a certain type of plastic brick!

Awesome Lists containing this project

README

          

# <brick-viewer>

A web component for viewing models built with a certain type of plastic brick!

```html

```

![brick-viewer element displaying a car](example.png)

## Attributes

| Name | Type | Default | Description
| ------------------- | ---------------- | ----------- | -----------
| `src` | `string` | `""` | A `.mpd` URL. The model at this URL is fetched and displayed.
| `step` | `number` | `undefined` | The number of steps to display. The model will be partially displayed if this number is less than the total number of steps in the model.