simple-state-machine icon indicating copy to clipboard operation
simple-state-machine copied to clipboard

JSON-less State Machine library

Results 2 simple-state-machine issues
Sort by recently updated
recently updated
newest added

Need a way to implement compound state logic while creating states --- Example: Consider a button with 3 states ```idle``` ```hovered``` ```clicked``` . Now that one want's to add a...

enhancement