@nodestrap/editable-action-control
v4.0.6
Published
A generic element with valid/invalid and press/release state.
Downloads
16
Maintainers
Readme
<EditableActionControl />
A generic element with valid
/invalid
and press
/release
state.
Preview
<EditableActionControl tag='span' theme='primary' size='lg' gradient={true} outlined={true} enableValidation={true} isValid={true} press={true} >
hello world
</EditableActionControl>
Rendered to:
<span class="c1 thPrimary szLg gradient outlined vald pressed">
hello world
</span>
Features
- Includes all features in
<EditableControl />
. - Includes all features in
<ActionControl />
. - Customizable via
@cssfn/css-config
.
Installation
Using npm:
npm i @nodestrap/editable-action-control
Support Us
If you feel our lib is useful for your projects,
please make a donation to avoid our project from extinction.
We always maintain our projects as long as we're still alive.