Why does the user need this component? How will it benefit the user?
Detailed instructions on how to get the most out of your component
Prop name | Default | Example |
---|---|---|
Enum Prop Name | Enum value 1 |
Enum value 2 |
String Prop Name | String value 1 |
String value 2 |
Number Prop Name | 1 |
2 |
Boolean Prop Name | Unchecked |
Checked |
Prop name | Name in the code | Type | Default | Example |
---|---|---|---|---|
Enum Prop Name | enumProp |
enum |
enumValue1 |
enumValue2 |
String Prop Name | stringProp |
string |
stringValue1 |
stringValue2 |
Number Prop Name | numberProp |
number |
1 |
2 |
Boolean Prop Name | booleanProp |
boolean |
false |
true |
User-friendly name | Name in the code |
---|---|
Enum value 1 | enumValue1 |
Enum value 2 | enumValue2 |
Enum value 3 | enumValue3 |
Enum value 4 | enumValue4 |
- 01/03/2021 (v1.0)
- Some changes
If you encountered a bug, please contact us so we can fix it promptly. We’re rapidly developing, so don’t hesitate to send us your feedback and request new features you would like to see added. Feel free to share what you’re working on - we love to see what you’re building with Quarkly!
Licensed under the MIT License.