@walkeros/explorer
v4.6.0
Published
Interactive React components for walkerOS documentation and exploration
Maintainers
Readme
@walkeros/explorer
Interactive React components for walkerOS documentation and exploration, with live code editing and event visualization.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/explorerQuick start
Import a component and the stylesheet:
import { MappingDemo } from '@walkeros/explorer';
import '@walkeros/explorer/styles.css';
<MappingDemo
input='{"name": "example"}'
config='{"transform": "uppercase"}'
fn={async (input, config) => transform(input, config)}
/>;Switch themes via the data-theme attribute on a parent element (light or
dark).
Documentation
Full component reference, styling, and examples live in the docs: https://www.walkeros.io/docs
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT
