We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bgColor
border-color
width
size
color
border-radius
border-width
selected
onChange
The text was updated successfully, but these errors were encountered:
feat(ui): Radio. Closes #201 (#212)
48c6cfe
* feat(ui/radio): initial compomponent implementation * feat(ui/radio): state mapping support * feat(ui/radio): apply design styles * test(radio): add radio component tests * test(ui/radio): [temporary] radio tests * feat(theme): add appearances mapping config * refactor(theme): split theme service * refactor(theme): remove useless tests * refactor(theme): [temporary] mapping & style services * merge: style-consumer-appearance-support * refactor(theme): style-consumer methods refactor, move to service * refactor(theme): remove unused imports from style-consumer * refactor(theme): move method from hoc to service (style-consumer) * refactor(theme): framework ui-component imports refactor (style-component is decorator now). * test(theme): style-consumer-service spec add * refactor(theme): style-consumer-service functions refactor * refactor(theme): style-consumer-service as a class implement and integrate * build(tsconfig): allow using decorators switch-on * refactor(theme): styled decorator rename * feat(theme): createStyle function supporting appearances * refactor(theme): style consumer service * refactor(ui/radio): adopt component to new config * test(theme): adopt theme test to new config * refactor(playground): remove sample component * feat(playground): update radio screen examples * build(package): react-native-testing-library update * test(ui/radio): add radio component snapshot tests * refactor(playground): adopt radio screen to appearances config
artyorsh
No branches or pull requests
with following parameters:
bgColor
,border-color
,width
,size
,color
,border-radius
,border-width
.props:
selected
,onChange
The text was updated successfully, but these errors were encountered: