cute_frame 0.9.2 cute_frame: ^0.9.2 copied to clipboard
Increase the cuteness of your app by 24%.
Cute Frame #
Let's face it, your apps can be cuter. Let us help you.
Prereqs #
This package works with Dart's Web UI library.
Installing #
Add to your pubspec.yaml
:
dependencies:
cute_frame: any
Then run pub install
Usage #
Link to the component from the <head>
of your doc:
<head>
<link rel="components" href="packages/cute_frame/components/cute_frame.html">
</head>
For any <div>
that you want to make cuter, do this:
<div is="cute-frame">Hope you're sitting down, because I am adorable now</div>