We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962a34b commit 19ba256Copy full SHA for 19ba256
src/lib/Tag/Tag.tsx
@@ -17,7 +17,7 @@ import "./Tag.scss";
17
* @param variant - Style variant to be applied to rendered component.
18
* @param label - Label to be attached to the tag.
19
* @param size - Standard button size options.
20
- * @param iconLeft - Relative path/absolute url to an icon/image or a components-libirary Icon. Renders icon to the left of label.
+ * @param iconLeft - Relative path/absolute url to an icon/image or a components-library Icon. Renders icon to the left of label.
21
* @param className - String of custom classes to extend the default styling of the component.
22
* @param id - HTML element identifier.
23
*/
0 commit comments