Dash

 view release on metacpan or  search on metacpan

lib/Dash/Html/Components/Blockquote.pm  view on Meta::CPAN

# AUTO GENERATED FILE - DO NOT EDIT

package Dash::Html::Components::Blockquote;

use Moo;
use strictures 2;
use Dash::Html::ComponentsAssets;
use namespace::clean;

extends 'Dash::BaseComponent';

has 'id'                 => ( is => 'rw' );
has 'children'           => ( is => 'rw' );
has 'n_clicks'           => ( is => 'rw' );
has 'n_clicks_timestamp' => ( is => 'rw' );
has 'key'                => ( is => 'rw' );
has 'role'               => ( is => 'rw' );
has 'cite'               => ( is => 'rw' );
has 'accessKey'          => ( is => 'rw' );
has 'className'          => ( is => 'rw' );
has 'contentEditable'    => ( is => 'rw' );
has 'contextMenu'        => ( is => 'rw' );
has 'dir'                => ( is => 'rw' );
has 'draggable'          => ( is => 'rw' );
has 'hidden'             => ( is => 'rw' );
has 'lang'               => ( is => 'rw' );
has 'spellCheck'         => ( is => 'rw' );
has 'style'              => ( is => 'rw' );
has 'tabIndex'           => ( is => 'rw' );
has 'title'              => ( is => 'rw' );
has 'loading_state'      => ( is => 'rw' );
my $dash_namespace = 'dash_html_components';

sub DashNamespace {
    return $dash_namespace;
}

sub _js_dist {
    return Dash::Html::ComponentsAssets::_js_dist;
}

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Dash::Html::Components::Blockquote

=head1 VERSION

version 0.11

=head1 AUTHOR

Pablo Rodríguez González <pablo.rodriguez.gonzalez@gmail.com>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2022 by Pablo Rodríguez González.

This is free software, licensed under:

  The MIT (X11) License

=cut



( run in 0.977 second using v1.01-cache-2.11-cpan-39bf76dae61 )