Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

68fc138 · Dec 19, 2024

History

History
24 lines (21 loc) · 652 Bytes
·

File metadata and controls

24 lines (21 loc) · 652 Bytes
·

import Playground from '@site/src/components/global/Playground';

import javascript from './javascript.md'; import react from './react.md'; import vue from './vue.md';

import angular_example_component_html from './angular/example_component_html.md'; import angular_example_component_ts from './angular/example_component_ts.md';

<Playground version="7" code={{ javascript, react, vue, angular: { files: { 'src/app/example.component.html': angular_example_component_html, 'src/app/example.component.ts': angular_example_component_ts, }, }, }} src="usage/v7/checkbox/label-placement/demo.html" />