mintlify / components

UI components for documentation made with React and TailwindCSS.
MIT License
79 stars 12 forks source link

Code block/group improvements #71

Closed NicoZweifel closed 1 year ago

NicoZweifel commented 1 year ago

Summary

Adds forwardRef/ref and div props to CodeBlock/CodeGroup.

Testing

Adds 1 Interaction test each to CodeBlock/CodeGroup, testing copy to clipboard, children and tab switch.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

NicoZweifel commented 1 year ago

Thanks , I agree about the comments, I'll update the PR 🚀

hahnbeelee commented 1 year ago

Thank you!