mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
update docs
This commit is contained in:
@@ -49,9 +49,9 @@ export default class WaIcon extends WebAwesomeElement {
|
||||
@property() name?: string;
|
||||
|
||||
/**
|
||||
* The family of icons to choose from. For Font Awesome Free (default), valid options include `classic` and `brands`.
|
||||
* For Font Awesome Pro subscribers, valid options include, `classic`, `sharp`, `duotone`, and `brands`. Custom icon
|
||||
* libraries may or may not use this property.
|
||||
* The family of icons to choose from. For Font Awesome Free, valid options include `classic` and `brands`. For
|
||||
* Font Awesome Pro subscribers, valid options include, `classic`, `sharp`, `duotone`, and `brands`. A valid kit code
|
||||
* must be present to show pro icons via CDN. You can set `<html data-fa-kit-code="...">` to provide one.
|
||||
*/
|
||||
@property() family: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user