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!
- Host: GitHub
- URL: https://github.com/polymerlabs/brick-viewer
- Owner: PolymerLabs
- License: mit
- Created: 2020-03-17T23:51:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T02:02:42.000Z (about 1 year ago)
- Last Synced: 2025-07-08T13:09:44.909Z (11 months ago)
- Topics: ldraw, web-components
- Language: TypeScript
- Homepage: https://polymerlabs.github.io/brick-viewer
- Size: 3.47 MB
- Stars: 36
- Watchers: 6
- Forks: 2
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# <brick-viewer>
A web component for viewing models built with a certain type of plastic brick!
```html
```

## 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.