-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Share your suggestion
Feature Request: Support custom words array prop
Currently, the True Focus component accepts a sentence prop (string), which internally gets split using .split(" ") to create the word list.
This makes it difficult to control spacing or handle multi-space scenarios, for example:
<TrueFocus sentence="Full Stack DevOps" />
### Validations
- [x] I have checked other issues to see if my issue was already discussed or addressedMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request