bootstrapped 0.1.0 copy "bootstrapped: ^0.1.0" to clipboard
bootstrapped: ^0.1.0 copied to clipboard

Dart 1 only

A collection of Bootstrap components built with over_react

bootstrapped #

Build Status

A collection of over_react components for the Bootstrap framework.

This library aims to provide over_react statically typed component builders for the [Bootstrap][Bootstrap] framework.

Examples #

void main() {
    final container = (Container())([
        (Row())([
            (Column()..constraints = [
                new ColumnConstraint(width: ColumnWidth.six),
            ])('1 of 3'),
            (Column())('2 of 3'),
            (Column())('3 of 3'),
        ]),
    ]);

    react_dom.render(container, querySelector('#content'));
}
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A collection of Bootstrap components built with over_react

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

over_react

More

Packages that depend on bootstrapped