v1.0
Text
An alternative to framer native text. This text prefab allows you to set the id.
Allows you to set to any html tag that accepts text.
Allows you to set the ID of the html tag.
Set ID: Set the id to any unique string and it will set the id attribute.
Done: That is it! You are all set to use this prefab.
Use the label prefab for user interface items, such as input fields, checkboxes, and radio buttons. The considerations for using the <label>
tag are:
Accessibility: Consider using this when you need to associate a group label using aria-describedby
to group multiple inputs into a single parent label.
Span: Currently there is a bug in framer that doesn't allow you to set a text to span. This prefab resolves that and allows you to set the text to a span.
Property
Description
Tag
Sets the Tag of the prefab.
ID
Sets the id of the text.
Text
The text value of the label.
Styles
The font styles and color of the label.