mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(base-components): add ability to remove ios and md theme (#26669)
This commit is contained in:
2
.github/COMPONENT-GUIDE.md
vendored
2
.github/COMPONENT-GUIDE.md
vendored
@@ -328,7 +328,7 @@ The ripple effect should be added to elements for Material Design. It *requires*
|
||||
|
||||
```jsx
|
||||
render() {
|
||||
const mode = getIonMode(this);
|
||||
const mode = getIonStylesheet(this);
|
||||
|
||||
return (
|
||||
<Host
|
||||
|
||||
Reference in New Issue
Block a user