A react code ui that has animated typing similar to Stripe.
At Motionbox, we’re building video editing tools to help companies and developers market their products/services. This repository is one of many we have released as a gift to the open source community. You can find us using it in production.
$ npm i react-code-ui
$ yarn install react-code-ui
import Code from "react-code-ui";
import "react-code-ui/dist/index.css";
const code = `await motionbox.render({
template: 'ckdjfxars10960umm5vwfqi0q',
data: {
text1: ['Tech', 'Tutorials', 'WithTim'],
text2: ['LEARN'],
text3: ['CODE'],
image1: {
link: 'YOUR_IMAGE_URL'
}
}
});
`;
<Code code={code} />;
- Add support for more keywords
- Add support for more operators
- Add auto dropdown support like Stripe
- Add more testing for different code combinations
- Add support for more languages
- Add support for useful props
- Michael Aubry (@michaelaubry) - Motionbox
- Slack - To get involved with the Motionbox community, ask questions and share tips.
- Twitter - To receive updates, announcements, blog posts, and general Motionbox tips.
Licensed under the Apache License 2.0, Copyright © 2021-present Motionbox.
See LICENSE for more information.