Package Exports
- @responsive-ui/label
- @responsive-ui/label/src/Label.svelte
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@responsive-ui/label) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@responsive-ui/label
A label component of responsive-ui.
Install
npm install @responsive-ui/label
or
yarn add @responsive-ui/label
Look and Feel
Properties, Events & Slots
interface LabelProps {
title: string;
for?: string;
form?: string;
class?: string;
style?: string;
}
interface LabelEvents {}
interface LabelSlots {
default: {};
}
declare class Label extends SvelteComponentTyped<
LabelProps,
LabelEvents,
LabelSlots
> {}
Example
<script>
import Label from '@responsive-ui/label';
</script>
<Label title="testing">
description here
</Label>
Try it yourself in Svelte Repl
Sponsors

License
@responsive-ui/label is 100% free and open-source, under the MIT license.
Big Thanks To
Thanks to these awesome companies for their support of Open Source developers ❤