You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code sample you add some custom_class, but what actually are they?
And id there a way to customize the component once imported? Like, changing the alphabet and/or the speed?
The text was updated successfully, but these errors were encountered:
Hi @mickeymarse, in the NPM homepage example i'm passing Bootstrap classes. But in point of fact, custom_class is a React prop value that accepts free-form text that is intended to represent any custom CSS class in your project. Similar to pure html, the browser will act of these if they exist, or otherwise ignore them.
Customization: props for the character set and speed would be nice additions. please consider doing a pull request. and if you do, then i promise to evaluate it quickly :)
In the code sample you add some
custom_class
, but what actually are they?And id there a way to customize the component once imported? Like, changing the alphabet and/or the speed?
The text was updated successfully, but these errors were encountered: