custom_element 0.7.4 copy "custom_element: ^0.7.4" to clipboard
custom_element: ^0.7.4 copied to clipboard

outdated

Custom Elements let authors define their own elements. Authors associate code with custom tag names, and then use those custom tag names as they would any standard tag.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add custom_element

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  custom_element: ^0.7.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:custom_element/custom_element.dart';
0
likes
0
pub points
5%
popularity

Publisher

unverified uploader

Custom Elements let authors define their own elements. Authors associate code with custom tag names, and then use those custom tag names as they would any standard tag.

Homepage

License

unknown (LICENSE)

Dependencies

mdv, meta, mutation_observer

More

Packages that depend on custom_element