Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(ui-radio-input,ui-source-code-editor): add functional examples t… #1842

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ToMESSKa
Copy link
Contributor

@ToMESSKa ToMESSKa commented Jan 9, 2025

…o SourceCodeEditor and class-based examples to RadioInputGroup

Closes: INSTUI-4419

TEST PLAN:

- test all the class-based examples in RadioInputGroup if they work the same as the functional examples and without error
- test all the functional examples in SourceCodeEditor if they work the same as the class-based and without error

…o SourceCodeEditor and class-based examples to RadioInputGroup

Closes: INSTUI-4419
@ToMESSKa ToMESSKa self-assigned this Jan 9, 2025
Copy link

github-actions bot commented Jan 9, 2025

PR Preview Action v1.5.0
🚀 Deployed preview to https://instructure.github.io/instructure-ui/pr-preview/pr-1842/
on branch gh-pages at 2025-01-09 12:02 UTC

@ToMESSKa ToMESSKa requested review from HerrTopi and balzss January 9, 2025 12:13
Copy link
Contributor

@HerrTopi HerrTopi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work

```

- ```js
const languages = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the source code has extra padding in the functional examples

const handleChange = function (event, value) {
console.log(value)
- ```js
class Example extends React.Component {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the (far away) future we will probably only need functional examples for components so I'd suggest not to add class based ones if we don't have them already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants